diff --git a/internal/client/route_list.go b/internal/client/route_list.go index 629966b..422afd1 100644 --- a/internal/client/route_list.go +++ b/internal/client/route_list.go @@ -9,5 +9,5 @@ import ( // ListRoutes list the routes registered on the kapow! instance func ListRoutes(host string, w io.Writer) error { url := host + "/routes/" - return http.Get(url, "application/json", nil, w) + return http.Get(url, "", nil, w) }