mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-08 16:39:55 +00:00
add health API endpoint, #887
This commit is contained in:
@@ -25,4 +25,9 @@ urlpatterns = [
|
||||
views.NotificationView.as_view(),
|
||||
name="api-notification",
|
||||
),
|
||||
path(
|
||||
"health/",
|
||||
views.HealthCheck.as_view(),
|
||||
name="api-health",
|
||||
),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user