mirror of
https://github.com/minio/minio.git
synced 2025-04-04 03:40:30 -04:00
Fix web handler initialize with distributed lazy init.
This commit is contained in:
parent
804d91ef61
commit
0bce3d6d63
@ -934,7 +934,7 @@ func initTestAPIEndPoints(objLayer ObjectLayer, apiFunctions []string) http.Hand
|
|||||||
func initTestWebRPCEndPoint(objLayer ObjectLayer) http.Handler {
|
func initTestWebRPCEndPoint(objLayer ObjectLayer) http.Handler {
|
||||||
// Initialize Web.
|
// Initialize Web.
|
||||||
webHandlers := &webAPIHandlers{
|
webHandlers := &webAPIHandlers{
|
||||||
ObjectAPI: objLayer,
|
ObjectAPI: func() ObjectLayer { return objLayer },
|
||||||
}
|
}
|
||||||
|
|
||||||
// Initialize router.
|
// Initialize router.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user