Skip to content
This repository has been archived by the owner on Jun 14, 2019. It is now read-only.

Commit

Permalink
Some commenting
Browse files Browse the repository at this point in the history
  • Loading branch information
eljenso committed Dec 3, 2015
1 parent 813efd5 commit 8ecb1ef
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions server.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,10 @@ server.views({
}
});


/*
* Set routes
*/
// root
server.route({
method: 'GET',
path: '/',
Expand All @@ -55,7 +58,7 @@ server.route({
}
});


// History page
server.route({
method: 'GET',
path: '/history',
Expand Down

0 comments on commit 8ecb1ef

Please sign in to comment.