mirror of
https://github.com/mendableai/firecrawl.git
synced 2024-11-16 11:42:24 +08:00
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();
|
||||
|
||||
|
||||
global.isProduction = process.env.IS_PRODUCTION === "true";
|
||||
|
||||
app.use(bodyParser.urlencoded({ extended: true }));
|
||||
|
|
Loading…
Reference in New Issue
Block a user