reverse
This commit is contained in:
parent
3a126130cd
commit
d270eafda3
3 changed files with 1 additions and 28 deletions
|
|
@ -37,15 +37,6 @@ async function main() {
|
|||
app.use("/", express.static("static"));
|
||||
app.use("/api-docs", swaggerUi.serve, swaggerUi.setup(swaggerDocument));
|
||||
|
||||
// app.use((req, res, next) => {
|
||||
// console.log(`Request received at: ${req.url}`);
|
||||
// next();
|
||||
// });
|
||||
|
||||
// app.get('/api', (req, res) => {
|
||||
// res.send('API route is working!');
|
||||
// });
|
||||
|
||||
RegisterRoutes(app);
|
||||
|
||||
app.use(error);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue