diff --git a/.gitignore b/.gitignore index e663d96..0822f75 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,5 @@ devtools_options.yaml untranslated.txt generate_protos.sh update_dep.sh -.vscode/ \ No newline at end of file +.vscode/ +.gocache/ \ No newline at end of file diff --git a/api/server/config.yml b/api/server/config.yml index a12b9d1..ca53488 100755 --- a/api/server/config.yml +++ b/api/server/config.yml @@ -16,8 +16,7 @@ api: CORS: max_age: 300 allowed_origins: - - "http://*" - - "https://*" + - "*" allowed_methods: - "GET" - "POST"