Compare commits

..

6 Commits

Author SHA1 Message Date
ddc34aef55 민감한 코드 삭제 2023-06-22 14:53:43 +09:00
aef7282556 live용 설정 추가 2023-06-22 14:53:43 +09:00
2369d52a11 민감한 코드 삭제 2023-06-22 14:53:43 +09:00
23d5281481 kd live는 go 1.18 2023-06-22 14:53:43 +09:00
c2330ad52b live용 설정 추가 2023-06-22 14:53:43 +09:00
4ae86f0a57 noauth 처리 추가 2023-06-22 14:53:17 +09:00

View File

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