Update index.ts

This commit is contained in:
Nicolas 2024-04-18 10:41:06 -07:00
parent 0f6fdd7f63
commit 0f7ab4107f

View File

@ -16,6 +16,7 @@ const { ExpressAdapter } = require("@bull-board/express");
export const app = express();
global.isProduction = process.env.IS_PRODUCTION === "true";
app.use(bodyParser.urlencoded({ extended: true }));