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") {