Skip to content

Commit

Permalink
fix strClient1RoutePaths
Browse files Browse the repository at this point in the history
  • Loading branch information
alt-dima committed May 1, 2024
1 parent 48a2103 commit feb082f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down

0 comments on commit feb082f

Please sign in to comment.