Skip to content

Commit

Permalink
Add port 2005 in CORS
Browse files Browse the repository at this point in the history
  • Loading branch information
jecos authored Nov 25, 2021
1 parent 01c1c76 commit 1c4349e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ play{
filters {
hosts {
# Allow requests to example.com, its subdomains, and localhost:9000.
allowed = [".ferlab.bio", "localhost:9000", "dev.chusj-clin-dev.org:9000","localhost:2000", "dev.chusj-clin-dev.org:2000"]
allowed = [".ferlab.bio", "localhost:9000", "dev.chusj-clin-dev.org:9000","localhost:2000", "localhost:2005", "dev.chusj-clin-dev.org:2000"]
routeModifiers.whiteList = [anyhost]
}
cors {
Expand Down

0 comments on commit 1c4349e

Please sign in to comment.