From 114c6526316156f65a5f54f36888819cdffb6d09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNaeel=E2=80=9D?= Date: Thu, 18 Jun 2026 12:31:47 +0400 Subject: [PATCH] =?UTF-8?q?api.cfm=20=E2=80=94=20=D0=BF=D1=80=D0=BE=D1=81?= =?UTF-8?q?=D1=82=D0=BE=D0=B9=20REST=20=D1=87=D0=B5=D1=80=D0=B5=D0=B7=20?= =?UTF-8?q?=3Faction=3D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application.cfc | 4 +++ api.cfm | 70 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 74 insertions(+) create mode 100644 api.cfm 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)#