Replace custom CORS header solution with middleware

This commit is contained in:
2019-07-26 20:48:20 +02:00
parent b35cbcc63a
commit 41dd813eaf
3 changed files with 20 additions and 13 deletions

View File

@@ -10,6 +10,7 @@
"create-wallet": "scripts/create-wallet.js"
},
"dependencies": {
"cors": "^2.8.5",
"eth-provider": "^0.2.2",
"ethers": "^4.0.27",
"express": "^4.17.1",