mirror of
https://github.com/minio/minio.git
synced 2025-12-01 22:02:33 -05:00
Remove using HTTP responses in json reply always in application/xml
This commit is contained in:
@@ -83,7 +83,6 @@ func getNewAPI() API {
|
||||
// getAPIHandler api handler
|
||||
func getAPIHandler(api API) http.Handler {
|
||||
var mwHandlers = []MiddlewareHandler{
|
||||
ValidContentTypeHandler,
|
||||
TimeValidityHandler,
|
||||
IgnoreResourcesHandler,
|
||||
ValidateAuthHeaderHandler,
|
||||
|
||||
Reference in New Issue
Block a user