From 346f424ce974f96a3cc3df61a19c36d1317366ca Mon Sep 17 00:00:00 2001 From: Husanjonazamov Date: Thu, 12 Feb 2026 13:21:54 +0500 Subject: [PATCH] url.py ga api url ozgartirildi --- config/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/urls.py b/config/urls.py index ed9a62d..055beca 100644 --- a/config/urls.py +++ b/config/urls.py @@ -20,7 +20,7 @@ def home(request): ################ urlpatterns = [ path("health/", home), - path("", include("core.apps.accounts.urls")), + path("api/v1/", include("core.apps.accounts.urls")), path("api/", include("core.apps.shared.urls")), ]