add health API endpoint, #887

This commit is contained in:
Simon
2025-03-11 22:10:17 +07:00
parent e06e1be433
commit 862a854e64
4 changed files with 14 additions and 12 deletions

View File

@@ -82,7 +82,6 @@ MIDDLEWARE = [
"django.contrib.auth.middleware.AuthenticationMiddleware",
"django.contrib.messages.middleware.MessageMiddleware",
"django.middleware.clickjacking.XFrameOptionsMiddleware",
"common.src.health.HealthCheckMiddleware",
]
ROOT_URLCONF = "config.urls"