From eb599310cce4e121eb91437d8c2aa668456e37d7 Mon Sep 17 00:00:00 2001 From: msyu Date: Wed, 24 Sep 2025 14:09:54 +0300 Subject: [PATCH] 145 specification_id checks --- v1/Application.cfc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v1/Application.cfc b/v1/Application.cfc index 90ad3eb..03f77fd 100644 --- a/v1/Application.cfc +++ b/v1/Application.cfc @@ -51,7 +51,7 @@ //variables.framework.docs={}; variables.framework.docs.APIName="svc-api"; - variables.framework.docs.APIVersion="0.145"; /*$ git config --global --unset user.password*/ + variables.framework.docs.APIVersion="0.145"; /*$ git config --global --unset user.password*/ variables.framework.globalHeaders = structNew(); variables.framework.globalHeaders["Access-Control-Expose-Headers"] = "Location";