diff --git a/main.go b/main.go index 430679c..89205dc 100644 --- a/main.go +++ b/main.go @@ -24,6 +24,8 @@ func main() { AllowOrigins: []string{"*"}, AllowCredentials: true, AllowMethods: []string{"*"}, + AllowAllOrigins: true, + AllowHeaders: []string{"*"}, })) file, err := os.Open(os.Getenv(CONFIG_PATH_ENV_VAR)) if err != nil {