diff --git a/api/server.js b/api/server.js index 7afa206..0fc0a74 100644 --- a/api/server.js +++ b/api/server.js @@ -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({ diff --git a/encode.js b/encode.js index a9401ac..7f5f828 100644 --- a/encode.js +++ b/encode.js @@ -15,6 +15,4 @@ function hash(hashString) { } -console.log(hashNodeForge('abhinav@gmail.com')); - - +console.log(hashNodeForge('abhinav@gmail.com')); \ No newline at end of file