fix: cohorts api not working

This commit is contained in:
adeel.tajamul
2022-05-19 05:20:20 +05:00
parent 92388c2888
commit 8ef0b18f06

View File

@@ -502,6 +502,8 @@ class CohortHandler(DeveloperErrorViewMixin, APIPermissions):
* user_partition_id: The integer identified of the UserPartition.
* group_id: The integer identified of the specific group in the partition.
"""
queryset = []
def get(self, request, course_key_string, cohort_id=None):
"""
Endpoint to get either one or all cohorts.