Skip to content

Instantly share code, notes, and snippets.

@Raynos
Created November 13, 2011 16:34
Show Gist options
  • Save Raynos/1362301 to your computer and use it in GitHub Desktop.
Save Raynos/1362301 to your computer and use it in GitHub Desktop.
class Blog extends Controller {
submit() {
// logic
}
}
module.exports = function (app) {
app.get("blog/submit", function () {
// logic
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment