feat(*.php, *.psql): deduplicate API code + performance improvements

This commit is contained in:
Cory Dransfeldt 2025-04-22 14:00:40 -07:00
parent 92d84e7377
commit 1c2563dbb4
No known key found for this signature in database
21 changed files with 481 additions and 623 deletions

View file

@ -41,7 +41,7 @@ class LatestListenHandler extends BaseHandler
);
$this->sendResponse($latestListen);
} catch (Exception $e) {
} catch (\Exception $e) {
error_log("LatestListenHandler Error: " . $e->getMessage());
$this->sendErrorResponse(
"Internal Server Error: " . $e->getMessage(),