noauth 처리 추가

This commit is contained in:
2023-06-22 14:53:17 +09:00
parent a55a435811
commit 4ae86f0a57

View File

@ -461,7 +461,7 @@ func (mg *Maingate) RegisterHandlers(ctx context.Context, serveMux *http.ServeMu
Priority: 0,
State: DivisionState_FullOpen,
},
Url: fmt.Sprintf("http://%s.actionsquare.corp/warehouse", host),
Url: fmt.Sprintf("http://%s/warehouse", host),
},
},
}