From 21b9bcf9c374c3e1092e261967ad56f2d0cf7f7f Mon Sep 17 00:00:00 2001 From: NOCanoa <158103554+NOCanoa@users.noreply.github.com> Date: Mon, 23 Sep 2024 22:30:34 +0100 Subject: [PATCH] Added uptime endpoint just to save bandwidth for the uptime monitor --- quartz/static/status.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 quartz/static/status.json diff --git a/quartz/static/status.json b/quartz/static/status.json new file mode 100644 index 0000000..9119383 --- /dev/null +++ b/quartz/static/status.json @@ -0,0 +1 @@ +{ "ZenBot": 200 } \ No newline at end of file