From 0158cc9342bde20825107dbc20e62fc7e77844b8 Mon Sep 17 00:00:00 2001 From: Lint Action Date: Sat, 10 May 2025 18:07:44 +0000 Subject: [PATCH] style: fix linting issues met ESLint --- backend/src/app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/app.ts b/backend/src/app.ts index 052c12e6..ee773474 100644 --- a/backend/src/app.ts +++ b/backend/src/app.ts @@ -25,7 +25,7 @@ app.use(responseTime(responseTimeLogger)); app.use('/api', apiRouter); // Swagger -// app.use('/api-docs', swaggerUi.serve, swaggerMiddleware); +// App.use('/api-docs', swaggerUi.serve, swaggerMiddleware); app.use(errorHandler);