summaryrefslogtreecommitdiff
path: root/middlewares/formParser.js
blob: 41134ac532dc0f3f249fcb061c060327376e205a (plain)
1
2
3
import bodyParser from "body-parser";

export default bodyParser.urlencoded({ extended: false });