From 13f6cf48111020d801af245e7e7b45e1532f784c Mon Sep 17 00:00:00 2001 From: msyu Date: Thu, 6 Feb 2025 15:51:38 +0300 Subject: [PATCH] 052 moving fields in instance from root 2/2 --- v1/Application.cfc | 2 +- v1/resources/instance.cfc | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/v1/Application.cfc b/v1/Application.cfc index 277dd7c..ff53c3c 100644 --- a/v1/Application.cfc +++ b/v1/Application.cfc @@ -51,7 +51,7 @@ //variables.framework.docs={}; variables.framework.docs.APIName="Deck API"; - variables.framework.docs.APIVersion="0.051"; + variables.framework.docs.APIVersion="0.052"; variables.framework.globalHeaders = structNew(); variables.framework.globalHeaders["Access-Control-Expose-Headers"] = "Location"; diff --git a/v1/resources/instance.cfc b/v1/resources/instance.cfc index 0fc9af0..1955852 100644 --- a/v1/resources/instance.cfc +++ b/v1/resources/instance.cfc @@ -224,12 +224,6 @@ - - - - - -