151 getListFromState
This commit is contained in:
+2
-2
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user