mirror of
https://gitlab.com/megazordpobeda/DataRush.git
synced 2026-05-23 19:07:10 +00:00
chabgeasg
This commit is contained in:
@@ -6,5 +6,5 @@ from api.v1.router import router as api_v1_router
|
|||||||
urlpatterns = [
|
urlpatterns = [
|
||||||
path("api/v1/", api_v1_router.urls),
|
path("api/v1/", api_v1_router.urls),
|
||||||
# Health endpoint
|
# Health endpoint
|
||||||
path("health", MainView.as_view(), name="health_check_home"),
|
path("api/health", MainView.as_view(), name="health_check_home"),
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user