Guest User

Untitled

a guest
Apr 26th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. const index = require('./routes/mailer.js')
  2. const express= require('express')
  3. const app = express()
  4.  
  5. app.use('/', index);
  6.  
  7.  
  8. app.listen("3000", () => {
  9. console.log('listen to 3000')
  10. })
Add Comment
Please, Sign In to add comment