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);
|
app.use('/api/histori', historiRoutes);
|
||||||
|
|
||||||
// Swagger UI
|
// Swagger UI
|
||||||
app.use('api-sibayam', swaggerUi.serve, swaggerUi.setup(swaggerDocs));
|
app.use('/api-sibayam', swaggerUi.serve, swaggerUi.setup(swaggerDocs));
|
||||||
|
|
||||||
// Export for Vercel
|
// Export for Vercel
|
||||||
module.exports = app;
|
module.exports = app;
|
||||||
|
|
Loading…
Reference in New Issue