Skip to content

Commit

Permalink
fix(route): unexport ping route
Browse files Browse the repository at this point in the history
  • Loading branch information
hfreire committed Mar 26, 2017
1 parent 556c531 commit 2883f2c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@

module.exports = {
Serverful: require('./serverful'),
Route: require('./routes/route'),
PingRoute: require('./routes/ping')
Route: require('./routes/route')
}

0 comments on commit 2883f2c

Please sign in to comment.