We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23e0979 commit abd8a3dCopy full SHA for abd8a3d
services/location/server.go
@@ -72,7 +72,6 @@ func (s *Server) Run() error {
72
73
func (s *Server) createServeMux() http.Handler {
74
mux := tracing.NewServeMux(false, s.tracerProvider, s.logger)
75
- mux.Handle("GET /locations", http.HandlerFunc(s.listLocations))
76
mux.Handle("GET /location", http.HandlerFunc(s.getLocation))
77
mux.Handle("POST /location", http.HandlerFunc(s.createLocation))
78
mux.Handle("DELETE /location", http.HandlerFunc(s.deleteLocation))
0 commit comments