From 7960e5a54f05dcc33f1fe645946a5c6566c1acc1 Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Thu, 3 Oct 2024 09:12:09 -0400 Subject: [PATCH] _healthz route Signed-off-by: Xe Iaso --- public/_healthz | 1 + 1 file changed, 1 insertion(+) create mode 100644 public/_healthz diff --git a/public/_healthz b/public/_healthz new file mode 100644 index 0000000..a0aba93 --- /dev/null +++ b/public/_healthz @@ -0,0 +1 @@ +OK \ No newline at end of file