routes.js 81 B

123
  1. export default (app)=>{
  2. app.get("/", (req, res)=>{res.send(global.html)});
  3. }