snapshot: preserve role-aware notification preferences and operational alerts
This commit is contained in:
@@ -6,6 +6,8 @@ urlpatterns = [
|
||||
path('healthz/', views.healthz, name='healthz'),
|
||||
path('', views.home, name='home'),
|
||||
path('account/', views.account_profile_page, name='account_profile_page'),
|
||||
path('notifications/<int:notification_id>/read/', views.mark_notification_read, name='mark_notification_read'),
|
||||
path('notifications/read-all/', views.mark_all_notifications_read, name='mark_all_notifications_read'),
|
||||
path('requests/', views.requests_dashboard, name='requests_dashboard'),
|
||||
path('onboarding/new/', views.onboarding_create, name='onboarding_create'),
|
||||
path('onboarding/success/<int:request_id>/', views.onboarding_success, name='onboarding_success'),
|
||||
|
||||
Reference in New Issue
Block a user