mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentralgw.git
synced 2025-11-02 19:57:49 +00:00
First MicroService checkin
This commit is contained in:
@@ -20,15 +20,12 @@ namespace uCentral {
|
||||
void RESTAPI_devices_handler::handleRequest(Poco::Net::HTTPServerRequest &Request,
|
||||
Poco::Net::HTTPServerResponse &Response) {
|
||||
|
||||
DBGLINE
|
||||
if (!ContinueProcessing(Request, Response))
|
||||
return;
|
||||
DBGLINE
|
||||
|
||||
if (!IsAuthorized(Request, Response))
|
||||
return;
|
||||
|
||||
DBGLINE
|
||||
try {
|
||||
if (Request.getMethod() == Poco::Net::HTTPRequest::HTTP_GET) {
|
||||
ParseParameters(Request);
|
||||
|
||||
Reference in New Issue
Block a user