Skip to content

Commit

Permalink
Fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxology committed Feb 5, 2023
1 parent 72e1fae commit c669a07
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions zubhub_backend/zubhub/zubhub/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,7 @@
path('api/rest-auth/password/reset/confirm/', PasswordResetConfirmView.as_view()),
path('api/creators/', include('creators.urls')),
path('api/projects/', include('projects.urls')),
<<<<<<< HEAD
path('api/activities/', include('activities.urls')),
=======
>>>>>>> master
path('api/activitylog/', include('activitylog.urls')),
path('api/upload-file/', UploadFileAPIView),
path('api/delete-file/', DeleteFileAPIView),
Expand Down

0 comments on commit c669a07

Please sign in to comment.