Skip to content

Commit

Permalink
fix review suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpalide committed Oct 12, 2021
1 parent ad00cdd commit 43bbd5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/visor/hypervisor.go
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ func (hv *Hypervisor) makeMux() chi.Router {
r.Get("/visors/{pk}/transports/{tid}", hv.getTransport())
r.Delete("/visors/{pk}/transports/{tid}", hv.deleteTransport())
r.Delete("/visors/{pk}/transports/", hv.deleteTransports())
r.Put("/visors/{pk}/transport-public-autoconnect", hv.putPublicAutoconnect())
r.Put("/visors/{pk}/public-autoconnect", hv.putPublicAutoconnect())
r.Get("/visors/{pk}/routes", hv.getRoutes())
r.Post("/visors/{pk}/routes", hv.postRoute())
r.Get("/visors/{pk}/routes/{rid}", hv.getRoute())
Expand Down

0 comments on commit 43bbd5e

Please sign in to comment.