some frontend
Build / Build-image (push) Failing after 7s

This commit is contained in:
2026-08-09 19:48:30 +02:00
parent c1e8daacff
commit 4b2df8f9bd
15 changed files with 3833 additions and 417 deletions
+6
View File
@@ -19,4 +19,10 @@ return Application::configure(basePath: dirname(__DIR__))
$exceptions->shouldRenderJsonWhen(
fn (Request $request) => $request->is('api/*'),
);
})
->withMiddleware(function (Middleware $middleware): void {
$middleware->preventRequestForgery(except: [
'api/*',
]);
//TODO EZT KITÖRÖLNI MAJD, TESZTELÉSHEZ NEM AKAROK CSRF TOKENT MERT A CURL NEM MEGY VELE SZÉPEN
})->create();