From a4563a5dc5eee2e067db457805965e157534783b Mon Sep 17 00:00:00 2001 From: Alexis Hernandez Date: Tue, 6 Nov 2018 15:22:08 -0700 Subject: [PATCH] server: Add dev.stakenet.io to the CORS rules --- server/conf/application.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]