Browse Source

server: Add dev.stakenet.io to the CORS rules

prometheus-integration
Alexis Hernandez 6 years ago
parent
commit
a4563a5dc5
  1. 2
      server/conf/application.conf

2
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"]

Loading…
Cancel
Save