diff --git a/src/helpers/express/swagger.ts b/src/helpers/express/swagger.ts index 0890af8..46577a2 100644 --- a/src/helpers/express/swagger.ts +++ b/src/helpers/express/swagger.ts @@ -9,6 +9,6 @@ export class SwaggerHelper { explorer: false }; - app.use('/api-docs', swaggerUi.serve, swaggerUi.setup(swaggerDocument, options)); + app.use('/api/docs', swaggerUi.serve, swaggerUi.setup(swaggerDocument, options)); } } \ No newline at end of file