diff --git a/v1/Application.cfc b/v1/Application.cfc
index c0e6d82..4cee2a5 100644
--- a/v1/Application.cfc
+++ b/v1/Application.cfc
@@ -149,14 +149,14 @@
//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;
-
+ /*
var auth="";
if (structKeyExists(headers,"Authorization")) {
auth=headers.Authorization;
} else {
return representationOf("Authorization header expected").withStatus(401);
}
- /*
+
var httpService = new http(method = "GET", charset = "utf-8", url = "https://personal-cabinet.adl.nubes.ru/api/v1/user", timeout="3");
httpService.addParam(type = "HEADER", name = "Accept", value = "application/json");
httpService.addParam(type = "HEADER", name = "Authorization", value = "#auth#"); //passthrough
diff --git a/v1/resources/svc_ls.cfc b/v1/resources/svc_ls.cfc
index a2c4517..ecf4bb1 100644
--- a/v1/resources/svc_ls.cfc
+++ b/v1/resources/svc_ls.cfc
@@ -14,7 +14,7 @@
}
/>
-
+
-
+ --->
+
+
+
+
\ No newline at end of file