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(),