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