xxx
This commit is contained in:
parent
7d6f217f0b
commit
d7c09d0a2d
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue