mirror of
https://github.com/minio/minio.git
synced 2025-11-07 04:42:56 -05:00
use package name correctly (#5827)
This commit is contained in:
@@ -178,7 +178,7 @@ func registerS3PeerRPCRouter(router *mux.Router) error {
|
||||
return err
|
||||
}
|
||||
|
||||
subrouter := router.NewRoute().PathPrefix(minioReservedBucketPath).Subrouter()
|
||||
subrouter := router.PathPrefix(minioReservedBucketPath).Subrouter()
|
||||
subrouter.Path(s3Path).Handler(peerRPCServer)
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user