chore: add health-check api endpoint
Build & Push Docker Image (Backend) / build (push) Successful in 1m50s
Build & Push Docker Image (Backend) / build (push) Successful in 1m50s
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
from django.urls import path
|
||||
|
||||
from apps.common.views import HealthCheckView
|
||||
|
||||
urlpatterns = [
|
||||
path("health/", HealthCheckView.as_view(), name="health-check"),
|
||||
]
|
||||
Reference in New Issue
Block a user