Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
nrstott committed Dec 5, 2011
1 parent fa465c9 commit 8ea0c3f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/hello-world.js
@@ -1,9 +1,7 @@
var bogart = require('../lib/bogart');

var router = bogart.router();

router.get('/', function(req) {
console.log("ROOT ROUTE");
return 'Hello Root';
});

Expand Down

0 comments on commit 8ea0c3f

Please sign in to comment.