update api docs master data

This commit is contained in:
2024-11-30 15:43:13 +07:00
parent 5c36001686
commit 8749abb4c6

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