diff --git a/handlers/bootstrap.go b/handlers/bootstrap.go index d9d7e76..5770bd1 100644 --- a/handlers/bootstrap.go +++ b/handlers/bootstrap.go @@ -62,7 +62,7 @@ func Register(extend HandlerExtender) { return true } return false - }), gh.AllowedHeaders([]string{})) + }), gh.AllowedOrigins([]string{})) // Specific routes r.HandleFunc("/ping", Ping).Methods("GET")