diff --git a/conf/application.conf b/conf/application.conf index b356813..71802dc 100644 --- a/conf/application.conf +++ b/conf/application.conf @@ -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"] } } }