This commit is contained in:
Cadey Ratio 2018-01-21 09:27:09 -08:00
parent 7d6f217f0b
commit d7c09d0a2d
1 changed files with 2 additions and 0 deletions

View File

@ -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)