diff --git a/main.go b/main.go index 9f40d9f..88c7d1f 100644 --- a/main.go +++ b/main.go @@ -41,7 +41,7 @@ func main() { http.MethodPatch, http.MethodDelete, }, - AllowedHeaders: []string{"*"}, + AllowedHeaders: []string{"Authorization", "Content-Type", "*"}, AllowCredentials: true, })