Skip to content

Instantly share code, notes, and snippets.

@rizkylab
Created December 1, 2014 10:41
Show Gist options
  • Save rizkylab/8764c5cf67b82f2fdb7c to your computer and use it in GitHub Desktop.
Save rizkylab/8764c5cf67b82f2fdb7c to your computer and use it in GitHub Desktop.
exports.about = function(req, res){
res.render('about', { title: 'Express' });
};
@rizkylab
Copy link
Author

rizkylab commented Dec 1, 2014

yes , it's node.js.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment