deploy vercel1
This commit is contained in:
parent
7b51c15531
commit
15ecb33072
|
@ -32,5 +32,5 @@ const swaggerDocs = swaggerJsDoc(swaggerOptions);
|
||||||
|
|
||||||
// Swagger setup function
|
// Swagger setup function
|
||||||
module.exports = (app) => {
|
module.exports = (app) => {
|
||||||
app.use('/api-sibayam', swaggerUi.serve, swaggerUi.setup(swaggerDocs));
|
app.use('/api-sibayam/docs', swaggerUi.serve, swaggerUi.setup(swaggerDocs));
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue