Fixing some minor error REST API cases.

This commit is contained in:
stephb9959
2021-08-05 08:27:33 -07:00
parent 1e05919e85
commit 5ff6836c8c
5 changed files with 10 additions and 6 deletions

View File

@@ -33,6 +33,7 @@ namespace uCentral {
}
}
NotFound(Request, Response);
return;
} catch (const Poco::Exception &E) {
Logger_.log(E);
}