Skip to content

Commit

Permalink
added README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jonkirathe committed Sep 4, 2024
1 parent ae69692 commit 667382e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netlify/functions/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ const generateTokens = (user) => {

// Swagger setup
const specs = swaggerJsdoc(swaggerOptions);
api.use('/docs', swaggerUi.serve, swaggerUi.setup(specs));
api.use('/api-docs', swaggerUi.serve, swaggerUi.setup(specs));

router.post('/signin', (req, res) => {
const { email, password } = req.body;
Expand Down

0 comments on commit 667382e

Please sign in to comment.