diff --git a/internal/client/route_list.go b/internal/client/route_list.go index bd08260..4bcc3a3 100644 --- a/internal/client/route_list.go +++ b/internal/client/route_list.go @@ -8,6 +8,6 @@ import ( // ListRoutes queries the kapow! instance for the routes that are registered func ListRoutes(host string, w io.Writer) error { - url := host + "/routes/" + url := host + "/routes" return http.Get(url, "", nil, w) }