Skip to content

Commit

Permalink
Merge branch 'master' into activities-release-1
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxology committed Feb 5, 2023
2 parents 1505dd9 + 18e84bb commit 72e1fae
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 0 deletions.
3 changes: 3 additions & 0 deletions zubhub_backend/zubhub/zubhub/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,10 @@
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
72 changes: 72 additions & 0 deletions zubhub_frontend/zubhub/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 72e1fae

Please sign in to comment.