router.get('/',ensureAuth, async (req,res)=>{ try{ const movies = await Movies.find() (*) res.render('movies/index',{ movies }) ...
確定! 回上一頁