|
@ -20,7 +20,7 @@ play.filters.cors { |
|
|
allowedOrigins = [ |
|
|
allowedOrigins = [ |
|
|
"http://xsnexplorer.io", "https://xsnexplorer.io", |
|
|
"http://xsnexplorer.io", "https://xsnexplorer.io", |
|
|
"http://localhost:4200", "https://localhost:4200", |
|
|
"http://localhost:4200", "https://localhost:4200", |
|
|
"https://cloud.stakenet.io" |
|
|
"https://cloud.stakenet.io", "https://dev.stakenet.io" |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
allowedHttpMethods = ["GET"] |
|
|
allowedHttpMethods = ["GET"] |
|
|