diff --git a/zubhub_backend/zubhub/zubhub/urls.py b/zubhub_backend/zubhub/zubhub/urls.py index 883ed5877..cbbd540e7 100644 --- a/zubhub_backend/zubhub/zubhub/urls.py +++ b/zubhub_backend/zubhub/zubhub/urls.py @@ -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),