From e03e021ea2af91124f68bd13158445b58de77a76 Mon Sep 17 00:00:00 2001 From: John Pinkyfloyd Date: Mon, 9 Feb 2026 14:33:25 -0800 Subject: [PATCH] Add all biz debug --- api/debug/all_biz.cfm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 api/debug/all_biz.cfm diff --git a/api/debug/all_biz.cfm b/api/debug/all_biz.cfm new file mode 100644 index 0000000..3c3c7b4 --- /dev/null +++ b/api/debug/all_biz.cfm @@ -0,0 +1,23 @@ + + + + + + SELECT ID, Name, BeaconShardID, BeaconMajor, IsDemo, IsPrivate + FROM Businesses + ORDER BY Name + + + + + + + +#serializeJSON({ "OK": true, "Count": q.recordCount, "Businesses": bizList })#