url 타입 변경
This commit is contained in:
@ -469,7 +469,9 @@ func (mg *Maingate) RegisterHandlers(ctx context.Context, serveMux *http.ServeMu
|
||||
State: DivisionState_FullOpen,
|
||||
},
|
||||
|
||||
Url: fmt.Sprintf("http://%s:%d/warehouse", ipaddr, *portptr),
|
||||
Urls: bson.M{
|
||||
"warehouse": fmt.Sprintf("http://%s:%d/warehouse", ipaddr, *portptr),
|
||||
},
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user