mirror of
https://github.com/lemeow125/Django-NotesApp.git
synced 2025-05-16 11:38:11 +08:00
Added djoser
This commit is contained in:
parent
d1645a6db7
commit
4ad3bedb18
12 changed files with 28 additions and 3 deletions
|
@ -2,5 +2,6 @@ from django.contrib import admin
|
|||
from django.urls import path, include
|
||||
|
||||
urlpatterns = [
|
||||
path('api/v1/', include('notes.urls'))
|
||||
path('', include('notes.urls')),
|
||||
path('accounts/', include('djoser.urls')),
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue