Fix documentation comment

Co-authored-by: Héctor Hurtado <hector.hurtado@bbva.com>
This commit is contained in:
pancho horrillo
2019-10-04 06:01:56 +02:00
parent c65d2ac548
commit 219710bb76
+1 -1
View File
@@ -6,7 +6,7 @@ import (
"github.com/BBVA/kapow/internal/http" "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 { func ListRoutes(host string, w io.Writer) error {
url := host + "/routes/" url := host + "/routes/"
return http.Get(url, "", nil, w) return http.Get(url, "", nil, w)