Skip to content

Commit

Permalink
Updating code
Browse files Browse the repository at this point in the history
  • Loading branch information
vyshakhbabji committed Jul 29, 2022
1 parent 6aaa5b4 commit 53a47f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion javascript/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ const app = new Koa();
//get client id and secret from .env file
const clientID = process.env.CLIENT_ID;
const clientSecret = process.env.CLIENT_SECRET;

console.log('opening port 8080... \n');
console.log('Open your browser and go to http://localhost:8080');
//serve the index.html file
const main = serve(path.join(__dirname + '/public'));

Expand Down

0 comments on commit 53a47f6

Please sign in to comment.