refactor(notifications): align app structure with backend conventions
This commit is contained in:
@@ -21,7 +21,7 @@ urlpatterns = [
|
||||
path('api/', include('apps.projects.api.urls'), name="projects"),
|
||||
path('api/', include('apps.tags.api.urls'), name="tags"),
|
||||
path('api/', include('apps.time_entries.api.urls'), name="time_entries"),
|
||||
path("api/notifications/", include("apps.notifications.urls"), name="notifications"),
|
||||
path("api/notifications/", include("apps.notifications.api.urls"), name="notifications"),
|
||||
]
|
||||
|
||||
if settings.DEBUG:
|
||||
|
||||
Reference in New Issue
Block a user