누르면 hello.ejs 파일로 이동한다고 할떄 router.get('/hello', function(req, res) { res.render('abc/hello'); }); 이렇게 하면 될줄 알았는데 안되니까 당황스럽네요