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