mirror of
https://github.com/pgsty/minio.git
synced 2026-07-24 06:26:17 +03:00
use package name correctly (#5827)
This commit is contained in:
+1
-1
@@ -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