Browse Source

Add endpoint for auth

pull/1274/head
Hironsan 3 years ago
parent
commit
341a8b2746
1 changed files with 1 additions and 4 deletions
  1. 5
      app/api/urls.py

5
app/api/urls.py

@ -132,10 +132,7 @@ urlpatterns = [
view=views.Health.as_view(),
name='health'
),
path(
route='auth-token',
view=obtain_auth_token
),
path('auth/', include('dj_rest_auth.urls')),
path(
route='me',
view=views.Me.as_view(),

Loading…
Cancel
Save