Skip to content

Commit 39be851

Browse files
foxishdavixcky
authored andcommitted
remove location list call from server
1 parent 3a55d11 commit 39be851

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

services/location/server.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ func (s *Server) Run() error {
7272

7373
func (s *Server) createServeMux() http.Handler {
7474
mux := tracing.NewServeMux(false, s.tracerProvider, s.logger)
75-
mux.Handle("GET /locations", http.HandlerFunc(s.listLocations))
7675
mux.Handle("GET /location", http.HandlerFunc(s.getLocation))
7776
mux.Handle("POST /location", http.HandlerFunc(s.createLocation))
7877
mux.Handle("DELETE /location", http.HandlerFunc(s.deleteLocation))

0 commit comments

Comments
 (0)