151 getListFromState

This commit is contained in:
2025-10-16 11:23:48 +03:00
parent e33a9700af
commit bec77bb20a
4 changed files with 951 additions and 5 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
<cfcomponent extends="taffy.core.api">
`<cfcomponent extends="taffy.core.api">
<!---<cfset this.name = "deck_api" />--->
<cfset this.mappings["/resources"] = expandPath("./resources")/>
<cfset this.mappings["/taffy"] = expandPath("./taffy")/>
@@ -51,7 +51,7 @@
//variables.framework.docs={};
variables.framework.docs.APIName="svc-api";
variables.framework.docs.APIVersion="0.150"; /*$ git config --global --unset user.password*/
variables.framework.docs.APIVersion="0.151"; /*$ git config --global --unset user.password*/
variables.framework.globalHeaders = structNew();
variables.framework.globalHeaders["Access-Control-Expose-Headers"] = "Location";