mirror of
https://github.com/lemeow125/Ivy-Backend.git
synced 2025-06-28 16:45:44 +08:00
Fixed config not pointing to itself and added djoser
This commit is contained in:
parent
d050013571
commit
b95f17a358
6 changed files with 10 additions and 7 deletions
|
@ -2,4 +2,5 @@ from django.contrib import admin
|
|||
from django.urls import path, include
|
||||
|
||||
urlpatterns = [
|
||||
path('accounts/', include('djoser.urls'))
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue