Skip to content

Commit

Permalink
Merge pull request abhinavtripathy#9 from abhinavtripathy/issue-3-aut…
Browse files Browse the repository at this point in the history
…h-server

Issue 3 auth server
  • Loading branch information
abhinavtripathy authored Oct 11, 2019
2 parents bb6ee0b + 662afd9 commit 0d06604
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion api/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const Hapi = require('hapi');

// Store the hosting server and the port
const host = 'localhost';
const port = 3000;
const port = 3000;

// Lets create the server here
const server = Hapi.Server({
Expand Down
4 changes: 1 addition & 3 deletions encode.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,4 @@ function hash(hashString) {

}

console.log(hashNodeForge('[email protected]'));


console.log(hashNodeForge('[email protected]'));

0 comments on commit 0d06604

Please sign in to comment.