Skip to content

Commit 1042075

Browse files
committed
Update route case
1 parent 97d9cc4 commit 1042075

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"gitdoc.enabled": false
3+
}

routes/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ router.get('/', (req, res, next) => {
1212

1313
/* GET new command page */
1414
router.get('/newcommand', (req, res, next) => {
15-
res.render('newCommand');
15+
res.render('newcommand');
1616
});
1717

1818
router.post('/newcommand', (req, res, next) => {

0 commit comments

Comments
 (0)