Skip to content

Commit

Permalink
CORS Update
Browse files Browse the repository at this point in the history
  • Loading branch information
haroun08 authored Dec 23, 2024
1 parent 3504389 commit 79f6555
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions order/src/main/resources/application-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ spring:
enabled: false
baseline-on-migrate: true
locations: classpath:db/migration
http:
host: 0.0.0.0
cors:
enabled: true
origins: "*"

logging:
level:
org:
flywaydb : DEBUG
flywaydb: DEBUG

server:
port: 8084

http:
host: 0.0.0.0
cors:
enabled: true
origins: "*"

0 comments on commit 79f6555

Please sign in to comment.