Skip to content

Commit

Permalink
vercel config
Browse files Browse the repository at this point in the history
  • Loading branch information
parthiv011 committed Aug 10, 2024
1 parent 61fd4cc commit 984cf5a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions server/routes/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@ const router = express.Router();
const userRouter = require('./user');
const accountRouter = require('./account');

router.use('/', (res) => {
res.json('Welcome to the API');
});

router.use('/user', userRouter);
router.use('/account', accountRouter);

module.exports = router;
module.exports = router;

0 comments on commit 984cf5a

Please sign in to comment.