From 4ae86f0a571b7887853027b328c26493fe78122b Mon Sep 17 00:00:00 2001 From: mountain Date: Thu, 22 Jun 2023 14:53:17 +0900 Subject: [PATCH] =?UTF-8?q?noauth=20=EC=B2=98=EB=A6=AC=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/maingate.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/maingate.go b/core/maingate.go index b759347..019b198 100644 --- a/core/maingate.go +++ b/core/maingate.go @@ -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), }, }, }