From e6ab5d0735033029fadc9a2aae59ea07f65e9093 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 13 Feb 2026 22:51:12 +0300 Subject: [PATCH] 208 some xception handling for creating intance --- v1/Application.cfc | 2 +- v1/resources/instance_ls.cfc | 14 +++++++++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/v1/Application.cfc b/v1/Application.cfc index 9cf989b..3b9163e 100644 --- a/v1/Application.cfc +++ b/v1/Application.cfc @@ -57,7 +57,7 @@ //variables.framework.docs={}; variables.framework.docs.APIName="svc-api"; - variables.framework.docs.APIVersion="0.207"; /*$ git config --global --unset user.password*/ + variables.framework.docs.APIVersion="0.208"; /*$ git config --global --unset user.password*/ variables.framework.globalHeaders = structNew(); variables.framework.globalHeaders["Access-Control-Expose-Headers"] = "Location"; diff --git a/v1/resources/instance_ls.cfc b/v1/resources/instance_ls.cfc index 2bcdd7f..554527f 100644 --- a/v1/resources/instance_ls.cfc +++ b/v1/resources/instance_ls.cfc @@ -354,8 +354,20 @@ ---> - + + + + + + + + + + + + +