update swagger & ssl turn off

This commit is contained in:
2024-11-29 15:37:04 +07:00
parent 6a9849a1d2
commit 1b71dc7776
2 changed files with 2 additions and 2 deletions

View File

@ -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));
}
}