routes.js 86 B

123
  1. module.exports = function(app){
  2. app.get("/", (req, res)=>{console.log("main")});
  3. }