We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f60ecf commit 8f77160Copy full SHA for 8f77160
backend/core/views.py
@@ -1307,8 +1307,8 @@ class MapswipeProjectViewSet(viewsets.ViewSet):
1307
"""
1308
API endpoint for managing MapSwipe projects.
1309
1310
- # authentication_classes = [OsmAuthentication]
1311
- # permission_classes = [IsOsmAuthenticated]
+ authentication_classes = [OsmAuthentication]
+ permission_classes = [IsOsmAuthenticated]
1312
serializer_class = MapswipeProjectCreateSerializer
1313
1314
def create(self, request):
0 commit comments