mirror of
https://github.com/minio/minio.git
synced 2025-11-22 10:37:42 -05:00
Remove unneeded functions in middleware init
This commit is contained in:
@@ -25,6 +25,8 @@ import (
|
||||
"github.com/rs/cors"
|
||||
)
|
||||
|
||||
type MiddlewareHandler func(http.Handler) http.Handler
|
||||
|
||||
type contentTypeHandler struct {
|
||||
handler http.Handler
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user