mirror of
https://git.v0id.ovh/n3wt-innov/n3wt-school.git
synced 2026-01-29 07:53:23 +00:00
refactor: Modification de l'url de l'api Auth
This commit is contained in:
@ -3,5 +3,5 @@ from django.urls import path, re_path
|
||||
from GestionNotification.views import NotificationView
|
||||
|
||||
urlpatterns = [
|
||||
re_path(r'^notification$', NotificationView.as_view(), name="notification"),
|
||||
re_path(r'^notifications$', NotificationView.as_view(), name="notifications"),
|
||||
]
|
||||
Reference in New Issue
Block a user