# HG changeset patch # User Sascha L. Teichmann # Date 1540459897 -7200 # Node ID 137a8144e581f576a8c7def8a986febaeb435740 # Parent 146245d2198ffefdf48d8de577523b4a5602c4d4 Typo fix. diff -r 146245d2198f -r 137a8144e581 pkg/controllers/routes.go --- a/pkg/controllers/routes.go Thu Oct 25 11:30:14 2018 +0200 +++ b/pkg/controllers/routes.go Thu Oct 25 11:31:37 2018 +0200 @@ -139,7 +139,7 @@ })).Methods(http.MethodGet) // Bottlenecks - api.Handle("/bottlencks", any(&JSONHandler{ + api.Handle("/bottlenecks", any(&JSONHandler{ Handle: listBottlenecks, })).Methods(http.MethodGet)