Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- spring:
- cloud:
- gateway:
- globalcors:
- cors-configurations:
- - patterns: "/api/**"
- allowed-origins: "https://specific-host1.com", "https://specific-host2.com"
- - patterns: "/other-api/**"
- allowed-origins: "*"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement