add API endpoint for mails and tests
This commit is contained in:
parent
cbc27b143f
commit
b1a8702932
4 changed files with 228 additions and 0 deletions
|
@ -28,6 +28,7 @@ urlpatterns = [
|
|||
path('api/2/', include('files.api_v2')),
|
||||
path('media/2/', include('files.media_v2')),
|
||||
path('api/2/', include('tickets.api_v2')),
|
||||
path('api/2/', include('mail.api_v2')),
|
||||
path('api/2/', include('notify_sessions.api_v2')),
|
||||
path('api/2/', include('authentication.api_v2')),
|
||||
path('api/', get_info),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue