Advertisement
SimpleCookie

Untitled

Feb 15th, 2024
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. spring:
  2. cloud:
  3. gateway:
  4. globalcors:
  5. cors-configurations:
  6. - patterns: "/api/**"
  7. allowed-origins: "https://specific-host1.com", "https://specific-host2.com"
  8. - patterns: "/other-api/**"
  9. allowed-origins: "*"
  10.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement