Compare commits
No commits in common. "6f87b35a9d35a9e3cff5ac4e8532d44c6a44478a" and "2714ea8b8a3b87492e3cb7c1018ea3ef7e67bb8e" have entirely different histories.
6f87b35a9d
...
2714ea8b8a
1 changed files with 2 additions and 2 deletions
|
|
@ -24,8 +24,8 @@ async function main() {
|
|||
origin: "*",
|
||||
}),
|
||||
);
|
||||
app.use(express.json({ limit: "50mb" }));
|
||||
app.use(express.urlencoded({ extended: true, limit: "50mb" }));
|
||||
app.use(express.json());
|
||||
app.use(express.urlencoded({ extended: true }));
|
||||
app.use(logMiddleware);
|
||||
app.use("/", express.static("static"));
|
||||
app.use("/api-docs", swaggerUi.serve, swaggerUi.setup(swaggerDocument));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue