Skip to content

Commit

Permalink
chore: Update api.py
Browse files Browse the repository at this point in the history
  • Loading branch information
awais786 authored Jul 11, 2024
1 parent d7868a4 commit 2104207
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lms/djangoapps/instructor/views/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -1100,6 +1100,7 @@ class ListCourseRoleMembersView(APIView):

@method_decorator(ensure_csrf_cookie)
@verify_course_permission(permissions.EDIT_COURSE_ACCESS)
@method_decorator(cache_control(no_cache=True, no_store=True, must_revalidate=True))
def post(self, request, course_id):

course_id = CourseKey.from_string(course_id)
Expand Down

0 comments on commit 2104207

Please sign in to comment.