Browse Source

server: Enable POST method on the CORSFilter

bitcoin
Alexis Hernandez 6 years ago
parent
commit
c0ba0b4306
  1. 2
      server/conf/application.conf

2
server/conf/application.conf

@ -25,7 +25,7 @@ play.filters.cors {
"https://cloud.stakenet.io", "https://dev.stakenet.io"
]
allowedHttpMethods = ["GET"]
allowedHttpMethods = ["GET", "POST"]
}
rpc {

Loading…
Cancel
Save