smartcontractkit / ethwrite-adapter

MIT License
4 stars 2 forks source link

We may not need `body-parser` dependency anymore #4

Open krebernisak opened 4 years ago

krebernisak commented 4 years ago

Express JS— body-parser and why may not need it

If you are using Express 4.16+ you can now replace that line with: app.use(express.json()); //Used to parse JSON bodies

GabeNedden commented 4 years ago

Hi, I'm new to contributing, please let me know if I can try solving this issue.