Skip to content

Commit

Permalink
add notifications to api doc (#1077)
Browse files Browse the repository at this point in the history
Signed-off-by: Ndibe Raymond Olisaemeka <[email protected]>
Co-authored-by: Ndibe Raymond Olisaemeka <[email protected]>
  • Loading branch information
NdibeRaymond and Ndibe Raymond Olisaemeka authored Dec 31, 2023
1 parent 0bafa5a commit e27a0df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zubhub_backend/zubhub/zubhub/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
path('api/projects/', include('projects.urls')),
path('api/activities/', include('activities.urls')),
path('api/activitylog/', include('activitylog.urls')),
path('api/notifications/', include('notifications.urls')),
path('api/upload-file/', UploadFileAPIView),
path('api/delete-file/', DeleteFileAPIView),
path('api/upload-file-to-local/', UploadFileToLocalAPIView),
Expand Down

0 comments on commit e27a0df

Please sign in to comment.