From 3c098575dca674c58bfd2f0452920c5386599988 Mon Sep 17 00:00:00 2001 From: Parsa Nazer Date: Sat, 24 May 2025 22:13:52 +0330 Subject: [PATCH] mamaliz bullshit requests --- backend/account/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/account/urls.py b/backend/account/urls.py index 32734a5..dd19e16 100644 --- a/backend/account/urls.py +++ b/backend/account/urls.py @@ -17,5 +17,5 @@ urlpatterns = [ path('unsubscribe', views.UnsubscribeView.as_view(), name='unsubscibe'), path('attack/view/', views.ChangeViewAttack.as_view(), name='attack-view'), path('logout', views.LogoutView.as_view(), name='logout'), - path('notif/list', views.NotificationListAPIView.as_view(), name='notif-list') + path('notification/all', views.NotificationListAPIView.as_view(), name='notif-list') ] \ No newline at end of file