diff --git a/api/account/account.go b/api/account/account.go index cfc53d7..c701591 100644 --- a/api/account/account.go +++ b/api/account/account.go @@ -417,7 +417,7 @@ func (a *AccountAPI) Routes() (*httprouter.Router, error) { return true }, AllowedMethods: []string{"GET", "POST", "DELETE"}, - AllowedHeaders: []string{"Authorization"}, + AllowedHeaders: []string{"Authorization", "Content-Type"}, }) corsOptionsHandler := func(c jape.Context) {