From: Daniel Karbach Date: Tue, 12 Mar 2024 14:49:10 +0000 (+0100) Subject: add twitch to CORS endpoints X-Git-Url: https://git.localhorst.tv/?a=commitdiff_plain;h=5182e5f12b7ba95d54c5be68c357f799b84561b6;p=alttp.git add twitch to CORS endpoints --- diff --git a/config/cors.php b/config/cors.php index 8a39e6d..e77aa19 100644 --- a/config/cors.php +++ b/config/cors.php @@ -15,7 +15,7 @@ return [ | */ - 'paths' => ['api/*', 'sanctum/csrf-cookie'], + 'paths' => ['api/*', 'sanctum/csrf-cookie', 'twitch/*'], 'allowed_methods' => ['*'],