Skip to content

Commit

Permalink
Reverted CORS settings
Browse files Browse the repository at this point in the history
  • Loading branch information
theioakiti committed Sep 12, 2022
1 parent 626030e commit 80275e3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,11 @@ spring:
cloud:
gateway:
globalcors:
add-to-simple-url-handler-mapping: true
corsConfigurations:
'[/**]':
allowCredentials: true
allowedOrigins: "*"
allowedHeaders: "*"
allowedMethods: "*"
default-filters:
- DedupeResponseHeader=Access-Control-Allow-Credentials Access-Control-Allow-Origin
routes:
# MoM Rest API
- id: mom-rest
Expand Down

0 comments on commit 80275e3

Please sign in to comment.