Updated Map View

This commit is contained in:
2026-06-20 22:21:17 +10:00
parent 6fad966b7e
commit 05ca994253
52 changed files with 2038 additions and 803 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ return Application::configure(basePath: dirname(__DIR__))
//
})
->withExceptions(function (Exceptions $exceptions): void {
$exceptions->respond(function (Response $response, Throwable $e, Request $request) {
$exceptions->respond(function ($response, Throwable $e, Request $request) {
$status = $response->getStatusCode();
$errors = [