From db5249e5ed57a2070b4b43b3ec88709567e9628d Mon Sep 17 00:00:00 2001 From: John Pinkyfloyd Date: Mon, 9 Feb 2026 12:18:59 -0800 Subject: [PATCH] Add shards debug endpoint --- api/debug/shards.cfm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 api/debug/shards.cfm diff --git a/api/debug/shards.cfm b/api/debug/shards.cfm new file mode 100644 index 0000000..3563603 --- /dev/null +++ b/api/debug/shards.cfm @@ -0,0 +1,20 @@ + + + + + + SELECT ID, UUID, IsActive + FROM BeaconShards + ORDER BY ID + + + + + + + +#serializeJSON({ "OK": true, "Shards": shards })#