From d7c09d0a2dba9f0a459c0df5847d1992361fa440 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Sun, 21 Jan 2018 09:27:09 -0800 Subject: [PATCH] xxx --- proto/route.twirp.go | 2 ++ 1 file changed, 2 insertions(+) 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)