Skip to content

Instantly share code, notes, and snippets.

@pleerock
Last active May 17, 2016 07:01
Show Gist options
  • Save pleerock/95ecd71297d66382f75694f1a5092146 to your computer and use it in GitHub Desktop.
Save pleerock/95ecd71297d66382f75694f1a5092146 to your computer and use it in GitHub Desktop.
routing-controllers > article1 > express.js
app.get("/blogs", function(req, res, next) {
res.send("Hello Blogs");
next();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment