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 })#