Fixed permission error

This commit is contained in:
Cametendo
2026-05-13 16:19:34 +02:00
parent caf81ea4e2
commit 5454644a31
16 changed files with 39 additions and 1 deletions

View File

@@ -34,7 +34,7 @@ class Cors extends BaseConfig
* - ['http://localhost:8080']
* - ['https://www.example.com']
*/
'allowedOrigins' => ['*'],
'allowedOrigins' => ['http://localhost:5173', 'http://127.0.0.1:5173', 'http://localhost'],
/**
* Origin regex patterns for the `Access-Control-Allow-Origin` header.

0
public/themes/2341342134-1441f7.css Normal file → Executable file
View File

0
public/themes/arctic-frost.css Normal file → Executable file
View File

0
public/themes/extract-test-theme-5fae6e.css Normal file → Executable file
View File

0
public/themes/forest-grove.css Normal file → Executable file
View File

0
public/themes/manual-game-update-2-e1a77a.css Normal file → Executable file
View File

0
public/themes/manual-game-update-7cc79d.css Normal file → Executable file
View File

0
public/themes/midnight-void.css Normal file → Executable file
View File

0
public/themes/obsidian-rose.css Normal file → Executable file
View File

0
public/themes/ocean-breeze.css Normal file → Executable file
View File

0
public/themes/red-extract-theme-a3aabe.css Normal file → Executable file
View File

0
public/themes/sunset-ember.css Normal file → Executable file
View File

0
public/themes/test-theme-103fb1.css Normal file → Executable file
View File

0
public/themes/test-theme-6fcabb.css Normal file → Executable file
View File

0
public/themes/themestore-theme-by-came-0da6fd.css Normal file → Executable file
View File

File diff suppressed because one or more lines are too long