fix: uncomment swagger
This commit is contained in:
parent
3a09816dee
commit
e6f05364f3
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ app.use(responseTime(responseTimeLogger));
|
||||||
app.use('/api', apiRouter);
|
app.use('/api', apiRouter);
|
||||||
|
|
||||||
// Swagger
|
// Swagger
|
||||||
// App.use('/api-docs', swaggerUi.serve, swaggerMiddleware);
|
app.use('/api-docs', swaggerUi.serve, swaggerMiddleware);
|
||||||
|
|
||||||
app.use(errorHandler);
|
app.use(errorHandler);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue