From 6d02eb092c0204843f1b3e0292272ba86c56b38c Mon Sep 17 00:00:00 2001 From: mountain Date: Fri, 23 Jun 2023 16:27:31 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A1=9C=EA=B7=B8=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/service.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/service.go b/core/service.go index 31273b6..1b2c09f 100644 --- a/core/service.go +++ b/core/service.go @@ -606,6 +606,8 @@ func (sh *serviceDescription) ServeHTTP(w http.ResponseWriter, r *http.Request) r.Body.Close() }() + logger.Println("serviceDesc :", sh.ServiceCode, r.URL.Path) + if strings.HasSuffix(r.URL.Path, "/auth") { sh.authorize(w, r) } else if strings.HasSuffix(r.URL.Path, "/link") {