movieController.js 66 Bytes Raw Blame History Permalink 1 2 3 export const showMovies = (req,res) =>{ res.send("movies"); }