From 5b0b977a39fd7a11be3f2a7d923416558c4abb7a Mon Sep 17 00:00:00 2001 From: mountain Date: Thu, 26 Oct 2023 10:40:33 +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 --- server/http_handler.go | 1 + 1 file changed, 1 insertion(+) diff --git a/server/http_handler.go b/server/http_handler.go index 142a8a0..0826590 100644 --- a/server/http_handler.go +++ b/server/http_handler.go @@ -35,6 +35,7 @@ func NewHoustonHandler() HoustonServerWithHandler { for i := 0; i < tp.NumMethod(); i++ { method := tp.Method(i) methods[strings.ToLower(method.Name)] = method + logger.Println("houston handler has method :", method) } return &houstonHandler{ HoustonServer: NewServer(),