diff --git a/api/s5/s5.go b/api/s5/s5.go index 12604a6..e67fb85 100644 --- a/api/s5/s5.go +++ b/api/s5/s5.go @@ -184,6 +184,7 @@ func (s *S5API) Routes() (*httprouter.Router, error) { return true }, AllowedMethods: []string{"POST"}, + AllowedHeaders: []string{"Authorization", "Content-Type"}, }) routes := map[string]jape.Handler{