Fixing DB Range problems.

This commit is contained in:
stephb9959
2021-08-05 08:24:05 -07:00
parent ff17b93c40
commit 084767dcdc
5 changed files with 8 additions and 6 deletions

View File

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