Skip to content

Commit

Permalink
Index 라우터 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
wook-hyung committed Dec 14, 2023
1 parent dbbb597 commit a8944cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/indexRouter.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const express = require('express');
const router = express.Router();

router.get('/', (req, res, next) => {
res.redirect('/api-docs');
res.send('Hello, Dodal!');
});

module.exports = router;

0 comments on commit a8944cd

Please sign in to comment.