045 online status check for operation restart
This commit is contained in:
+2
-1
@@ -51,7 +51,7 @@
|
||||
|
||||
//variables.framework.docs={};
|
||||
variables.framework.docs.APIName="Deck API";
|
||||
variables.framework.docs.APIVersion="0.044";
|
||||
variables.framework.docs.APIVersion="0.045";
|
||||
|
||||
variables.framework.globalHeaders = structNew();
|
||||
variables.framework.globalHeaders["Access-Control-Expose-Headers"] = "Location";
|
||||
@@ -156,6 +156,7 @@
|
||||
//if (UCase(arguments.verb) EQ 'OPTIONS') return newRepresentation().noData().withStatus("204","No Data").withHeaders({"Content-Type":"application/json;charset=utf-8"});
|
||||
if (uCase(arguments.verb) EQ 'OPTIONS') return true;
|
||||
if (lCase(arguments.cfc) EQ 'err') return true;
|
||||
if (lCase(arguments.cfc) EQ 'throw') return true;
|
||||
|
||||
var auth="";
|
||||
if (structKeyExists(headers,"Authorization")) {
|
||||
|
||||
Reference in New Issue
Block a user