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