mirror of
https://github.com/spacebarchat/server.git
synced 2026-04-01 04:55:42 +00:00
Removed urlencoded bodyparser
This commit is contained in:
@@ -28,7 +28,6 @@ export class CDNServer extends Server {
|
||||
next();
|
||||
});
|
||||
this.app.use(bodyParser.json({ inflate: true, limit: "10mb" }));
|
||||
this.app.use(bodyParser.urlencoded({ inflate: true, limit: "10mb" }));
|
||||
|
||||
await this.registerRoutes(path.join(__dirname, "routes/"));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user