Guest User

Untitled

a guest
Apr 26th, 2018
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. .route("instruments-ui", r -> r.path("/instruments/**")
  2. .filters(f -> f.filter(addCredentials.apply()).preserveHostHeader())
  3. .uri("lb://instruments-ui"))
Add Comment
Please, Sign In to add comment