stash
This commit is contained in:
parent
7f8aee935e
commit
4a8a9fa90f
5 changed files with 37 additions and 1 deletions
|
@ -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),
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue