Skip to content

Commit

Permalink
add http://localhost:3003 -> mvc allowed-origins
Browse files Browse the repository at this point in the history
  • Loading branch information
yyluchkiv committed Jun 11, 2024
1 parent f14d10b commit 4df359a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker/b2b-mongo-server/application-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ tech1:
mvc-configs:
cors-configs:
allowed-origins:
- http://localhost:3003
- http://localhost:8686
- http://localhost:8787
securityJwtConfigs:
Expand Down
1 change: 1 addition & 0 deletions docker/b2b-postgres-server/application-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ tech1:
mvc-configs:
cors-configs:
allowed-origins:
- http://localhost:3003
- http://localhost:8686
- http://localhost:8787
securityJwtConfigs:
Expand Down

0 comments on commit 4df359a

Please sign in to comment.