diff --git a/proto/route.twirp.go b/proto/route.twirp.go index c3ad06d..36b126a 100644 --- a/proto/route.twirp.go +++ b/proto/route.twirp.go @@ -186,6 +186,8 @@ func (s *routesServer) ServeHTTP(resp http.ResponseWriter, req *http.Request) { return } + log.Printf("XXX %s", req.URL.Path) + switch req.URL.Path { case "/twirp/xeserv.us.route.Routes/Get": s.serveGet(ctx, resp, req)