diff --git a/server/conf/application.conf b/server/conf/application.conf index 6b5dea8..038c2b7 100644 --- a/server/conf/application.conf +++ b/server/conf/application.conf @@ -20,7 +20,7 @@ play.filters.cors { allowedOrigins = [ "http://xsnexplorer.io", "https://xsnexplorer.io", "http://localhost:4200", "https://localhost:4200", - "https://cloud.stakenet.io" + "https://cloud.stakenet.io", "https://dev.stakenet.io" ] allowedHttpMethods = ["GET"]