deploy vercel1
This commit is contained in:
parent
83e39b5a9c
commit
08fe0fa6aa
|
@ -149,7 +149,7 @@ app.use('/api/diagnosa', diagnosaRoute);
|
|||
app.use('/api/histori', historiRoutes);
|
||||
|
||||
// Swagger UI
|
||||
app.use('api-sibayam', swaggerUi.serve, swaggerUi.setup(swaggerDocs));
|
||||
app.use('/api-sibayam', swaggerUi.serve, swaggerUi.setup(swaggerDocs));
|
||||
|
||||
// Export for Vercel
|
||||
module.exports = app;
|
||||
|
|
Loading…
Reference in New Issue