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 19, 2024
1 parent acd0aa3 commit d09de72
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions backend/docs/swagger.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ const swaggerDefinition = {
description: 'API documentation for the Fusion E-Commerce backend server.',
},
servers: [
{
url: 'http://localhost:5000',
description: 'Development server',
},
{
url: 'https://mern-stack-ecommerce-app-h5wb.onrender.com',
description: 'Production server',
},
{
url: 'http://localhost:5000',
description: 'Development server',
}
],
};
Expand Down

0 comments on commit d09de72

Please sign in to comment.