Last active
May 17, 2016 07:01
-
-
Save pleerock/95ecd71297d66382f75694f1a5092146 to your computer and use it in GitHub Desktop.
routing-controllers > article1 > express.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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