feat(*.php, *.psql): deduplicate API code + performance improvements
This commit is contained in:
parent
92d84e7377
commit
1c2563dbb4
21 changed files with 481 additions and 623 deletions
|
@ -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(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue