From d86efa039cd9d42087cfc1a08a447326332e5dad Mon Sep 17 00:00:00 2001 From: Jason Wesson Date: Wed, 19 Feb 2025 19:51:37 +0000 Subject: [PATCH] feat: add health check to public directory --- public/health | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 public/health diff --git a/public/health b/public/health new file mode 100644 index 00000000..19013c55 --- /dev/null +++ b/public/health @@ -0,0 +1,3 @@ +{ + status: 200 +}