Skip to content

Commit

Permalink
server: Add dev.stakenet.io to the CORS rules
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexITC committed Nov 6, 2018
1 parent d4acc18 commit a4563a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/conf/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit a4563a5

Please sign in to comment.