From 750ae7150f046daba0735c93edf6ea59ffe55720 Mon Sep 17 00:00:00 2001 From: msyu Date: Tue, 29 Oct 2024 07:38:37 +0300 Subject: [PATCH] 404 web xml debug --- v1/resources/svc_ls.cfc | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/v1/resources/svc_ls.cfc b/v1/resources/svc_ls.cfc index 9c23c2f..5bfa96c 100644 --- a/v1/resources/svc_ls.cfc +++ b/v1/resources/svc_ls.cfc @@ -85,7 +85,7 @@ - + @@ -130,12 +130,16 @@ ---> - - - select count(*) as cnt - from svc - where 1=1 - + + + select count(*) as cnt + from svc + where 1=1 + + + + +