Skip to content

Commit 8f77160

Browse files
chore : restore auth for mapswipe project
1 parent 3f60ecf commit 8f77160

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backend/core/views.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1307,8 +1307,8 @@ class MapswipeProjectViewSet(viewsets.ViewSet):
13071307
"""
13081308
API endpoint for managing MapSwipe projects.
13091309
"""
1310-
# authentication_classes = [OsmAuthentication]
1311-
# permission_classes = [IsOsmAuthenticated]
1310+
authentication_classes = [OsmAuthentication]
1311+
permission_classes = [IsOsmAuthenticated]
13121312
serializer_class = MapswipeProjectCreateSerializer
13131313

13141314
def create(self, request):

0 commit comments

Comments
 (0)