Skip to content

Commit

Permalink
update example
Browse files Browse the repository at this point in the history
  • Loading branch information
danielb2 committed Oct 18, 2018
1 parent b9557e1 commit d8143dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const init = async () => {
path: '/routes.table',
config: {
auth: false,
description: 'List all users',
description: 'List routes table',
handler: (request, h) => {

return request.server.plugins.blipp.info();
Expand Down

0 comments on commit d8143dc

Please sign in to comment.