Update index.ts
This commit is contained in:
parent
0f6fdd7f63
commit
0f7ab4107f
@ -16,6 +16,7 @@ const { ExpressAdapter } = require("@bull-board/express");
|
|||||||
|
|
||||||
export const app = express();
|
export const app = express();
|
||||||
|
|
||||||
|
|
||||||
global.isProduction = process.env.IS_PRODUCTION === "true";
|
global.isProduction = process.env.IS_PRODUCTION === "true";
|
||||||
|
|
||||||
app.use(bodyParser.urlencoded({ extended: true }));
|
app.use(bodyParser.urlencoded({ extended: true }));
|
||||||
|
Loading…
Reference in New Issue
Block a user