Skip to content
This repository has been archived by the owner on Jul 12, 2020. It is now read-only.

Commit

Permalink
use default auth strategy 🤦‍♂️
Browse files Browse the repository at this point in the history
  • Loading branch information
jedireza committed Feb 5, 2018
1 parent 8b21049 commit d7b88e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions server/web/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ const register = function (server, options) {
server.route({
method: 'GET',
path: '/',
config: {
auth: false
},
handler: function (request, h) {

return '<h1>Welcome to the website.</h1>';
Expand Down

0 comments on commit d7b88e6

Please sign in to comment.