fixed CORS wildcard #55

Merged
tech merged 1 commits from CORS-#54 into main 2025-12-09 19:00:02 +00:00
2 changed files with 3 additions and 3 deletions

1
.gitignore vendored
View File

@@ -9,3 +9,4 @@ untranslated.txt
generate_protos.sh
update_dep.sh
.vscode/
.gocache/

View File

@@ -16,8 +16,7 @@ api:
CORS:
max_age: 300
allowed_origins:
- "http://*"
- "https://*"
- "*"
allowed_methods:
- "GET"
- "POST"