Skip to content

Commit

Permalink
Merge pull request #14 from Ferlab-Ste-Justine/fix/441-add-cors
Browse files Browse the repository at this point in the history
fix: CLIN-441 - add cors 2005
  • Loading branch information
creativeyann17 authored Nov 26, 2021
2 parents 1c4349e + 5b09b66 commit c304ee8
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 @@ -10,7 +10,7 @@ play{
routeModifiers.whiteList = [anyhost]
}
cors {
allowedOrigins = ["https://qa.clin.ferlab.bio", "http://localhost:9000", "http://dev.chusj-clin-dev.org:9000","http://localhost:2000", "http://dev.chusj-clin-dev.org:2000"]
allowedOrigins = ["https://qa.clin.ferlab.bio", "http://localhost:9000", "http://dev.chusj-clin-dev.org:9000", "http://localhost:2000", "http://localhost:2005", "http://dev.chusj-clin-dev.org:2000"]
}
}
}
Expand Down

0 comments on commit c304ee8

Please sign in to comment.