This commit is contained in:
j3d1 2024-05-09 23:09:19 +02:00
parent 7f8aee935e
commit 4a8a9fa90f
5 changed files with 37 additions and 1 deletions

View file

@ -31,5 +31,6 @@ urlpatterns = [
path('api/2/', include('mail.api_v2')),
path('api/2/', include('notify_sessions.api_v2')),
path('api/2/', include('authentication.api_v2')),
path('api/2/', include('notifications.api_v2')),
path('api/', get_info),
]