Skip to content

Commit

Permalink
Adding validation before register
Browse files Browse the repository at this point in the history
  • Loading branch information
basshamut committed Jun 29, 2024
1 parent 492e687 commit 22660af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/config/swagger/swagger.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ const options = {
const specs = swaggerJsDoc(options);

module.exports = (app) => {
app.use('/swagger/api-docs', swaggerUi.serve, swaggerUi.setup(specs));
app.use('/api/swagger/api-docs', swaggerUi.serve, swaggerUi.setup(specs));
};

0 comments on commit 22660af

Please sign in to comment.