chabgeasg

This commit is contained in:
ITQ
2025-03-01 09:43:54 +03:00
parent 786951e600
commit 7b5a132ee6
+1 -1
View File
@@ -6,5 +6,5 @@ from api.v1.router import router as api_v1_router
urlpatterns = [
path("api/v1/", api_v1_router.urls),
# Health endpoint
path("health", MainView.as_view(), name="health_check_home"),
path("api/health", MainView.as_view(), name="health_check_home"),
]