]> git.localhorst.tv Git - alttp.git/commitdiff
add twitch to CORS endpoints
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Tue, 12 Mar 2024 14:49:10 +0000 (15:49 +0100)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Tue, 12 Mar 2024 14:49:10 +0000 (15:49 +0100)
config/cors.php

index 8a39e6daa63dd3a4c07693f728ff136c05a3ed6e..e77aa19655b13cf1ec9e614fb30506c4ccc77e7c 100644 (file)
@@ -15,7 +15,7 @@ return [
     |
     */
 
-    'paths' => ['api/*', 'sanctum/csrf-cookie'],
+    'paths' => ['api/*', 'sanctum/csrf-cookie', 'twitch/*'],
 
     'allowed_methods' => ['*'],