init
This commit is contained in:
9
app/api/urls.py
Normal file
9
app/api/urls.py
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
from django.urls import path, include
|
||||
|
||||
from .routers import router
|
||||
|
||||
app_name = "api"
|
||||
urlpatterns = [
|
||||
path("", include(router.urls)),
|
||||
]
|
||||
Reference in New Issue
Block a user