update body parser
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
import bodyParser from 'body-parser';
|
||||
import express from 'express';
|
||||
|
||||
export class JsonHelper {
|
||||
export class BodyParserHelper {
|
||||
static setup(app: express.Application) {
|
||||
app.use(bodyParser.urlencoded({
|
||||
extended: true
|
||||
|
||||
Reference in New Issue
Block a user