diff --git a/main.go b/main.go index 8ab5621..77d0e59 100644 --- a/main.go +++ b/main.go @@ -61,7 +61,7 @@ func main() { client1RoutePaths := slicePointersToValues(client1Route.Paths) client1RouteHosts := slicePointersToValues(client1Route.Hosts) - strClient1RoutePaths := fmt.Sprint(client1RoutePaths) + strClient1RoutePaths := fmt.Sprint(client1RouteHosts) + fmt.Sprint(client1RoutePaths) for _, client2Route := range allRoutesClient2 {