backend router
This commit is contained in:
5
backend/api/urls.py
Normal file
5
backend/api/urls.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from django.urls import path, include
|
||||
|
||||
urlpatterns = [
|
||||
path('v1/auth/', include('api.auth.urls'))
|
||||
]
|
||||
Reference in New Issue
Block a user