update server

This commit is contained in:
2024-11-27 01:16:35 +07:00
parent 0e7fa58e09
commit d5cd47f17a
3 changed files with 0 additions and 13 deletions

View File

@ -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
}));
}
}