Advertisement
Guest User

Untitled

a guest
Aug 17th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. module.exports = (app) => {
  2.  
  3. app.get("/sample-route", (req, res) => {
  4. res.json({msg: 'success'});
  5. });
  6.  
  7. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement