mirror of
https://github.com/pgsty/minio.git
synced 2026-07-22 13:40:22 +03:00
Move http package inside cmd (#5776)
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@ import (
|
||||
"net/http"
|
||||
"net/rpc"
|
||||
|
||||
miniohttp "github.com/minio/minio/pkg/http"
|
||||
miniohttp "github.com/minio/minio/cmd/http"
|
||||
)
|
||||
|
||||
// ServeHTTP implements an http.Handler that answers RPC requests,
|
||||
|
||||
Reference in New Issue
Block a user