url.py ga api url ozgartirildi
Some checks failed
Deploy to Production / build-and-deploy (push) Failing after 3m39s
Some checks failed
Deploy to Production / build-and-deploy (push) Failing after 3m39s
This commit is contained in:
@@ -20,7 +20,7 @@ def home(request):
|
|||||||
################
|
################
|
||||||
urlpatterns = [
|
urlpatterns = [
|
||||||
path("health/", home),
|
path("health/", home),
|
||||||
path("", include("core.apps.accounts.urls")),
|
path("api/v1/", include("core.apps.accounts.urls")),
|
||||||
path("api/", include("core.apps.shared.urls")),
|
path("api/", include("core.apps.shared.urls")),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user