Skip to content

Commit

Permalink
Update: Added nodemon and SwaggerJS
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangsonww committed Oct 22, 2024
1 parent cb981c6 commit 8f5a514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/docs/swagger.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ const swaggerSpec = swaggerJSDoc(options);

const setupSwaggerUi = (app) => {
app.use('/api-docs', swaggerUi.serve, swaggerUi.setup(swaggerSpec, {
customSiteTitle: 'Fusion E-Commerce API Docs', // Customize the browser tab title
customSiteTitle: 'Fusion E-Commerce API Docs',
}));
};

Expand Down

0 comments on commit 8f5a514

Please sign in to comment.