From f96659f31d152fbee26ad34e993e0f7571d36ddc Mon Sep 17 00:00:00 2001 From: msyu Date: Tue, 23 Sep 2025 15:36:47 +0300 Subject: [PATCH] 144 authHeader bug fix --- v1/Application.cfc | 2 +- v1/resources/instance_operation_run.cfc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/v1/Application.cfc b/v1/Application.cfc index 9f7b41e..9f245d0 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.143"; /*auth_header*/ /*$ git config --global --unset user.password*/ + variables.framework.docs.APIVersion="0.144"; /*auth_header*/ /*$ git config --global --unset user.password*/ variables.framework.globalHeaders = structNew(); variables.framework.globalHeaders["Access-Control-Expose-Headers"] = "Location"; diff --git a/v1/resources/instance_operation_run.cfc b/v1/resources/instance_operation_run.cfc index d376a8f..806b222 100644 --- a/v1/resources/instance_operation_run.cfc +++ b/v1/resources/instance_operation_run.cfc @@ -220,7 +220,7 @@ - +