Skip to content
Snippets Groups Projects
Unverified Commit dd5bc541 authored by Jansen Kantor's avatar Jansen Kantor Committed by GitHub
Browse files

add simple queryset (#23252)

parent 9094617d
No related branches found
Tags release-2020-03-03-18.46
No related merge requests found
......@@ -809,6 +809,7 @@ class TopicListView(GenericAPIView):
authentication_classes = (BearerAuthentication, SessionAuthentication)
permission_classes = (permissions.IsAuthenticated,)
pagination_class = TopicsPagination
queryset = []
def get(self, request):
"""GET /api/team/v0/topics/?course_id={course_id}"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment