Guest User

Untitled

a guest
Nov 16th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. var routes = function (app) {
  2. app.get("/", function(req, res) {
  3. res.status(200).send("REST API call of '/'");
  4. });
  5. }
  6. module.exports = routes;
Add Comment
Please, Sign In to add comment