From ba9a47614261a89ac949f7cb7aac1228f623c355 Mon Sep 17 00:00:00 2001 From: NOCanoa <158103554+NOCanoa@users.noreply.github.com> Date: Mon, 23 Sep 2024 22:44:17 +0100 Subject: [PATCH] aded a uptime monitoring endpoint save bandwidth --- public/status.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 public/status.json diff --git a/public/status.json b/public/status.json new file mode 100644 index 0000000..7e14ac1 --- /dev/null +++ b/public/status.json @@ -0,0 +1 @@ +{ "ZenBot":200 }