mirror of
https://github.com/lemeow125/Django-NotesApp.git
synced 2025-05-16 11:38:11 +08:00
Added token auth
This commit is contained in:
parent
fa5bd13ca0
commit
41c77ae9ef
4 changed files with 10 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
|||
from django.urls import path, include
|
||||
|
||||
urlpatterns = [
|
||||
path('accounts/', include('djoser.urls')),
|
||||
path('', include('djoser.urls')),
|
||||
path('', include('djoser.urls.authtoken')),
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue