Skip to content

Commit

Permalink
Update app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
gdeepak884 authored Aug 28, 2021
1 parent 094bcd3 commit 22bd4ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lamp/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ function setDaysTimeout(callback,days) {
}

const checkForMeeting = (request, response) => {
var api_key="928fc7aa2ceff0bb06689e3c8c2a4c9dea33dcf2";
var api_key=//API Key
fetch(`http://twenfluence.tech/api/v1/show_users.php?hash=${api_key}&type=emails`)
.then(response => response.json())
.then(data => {
Expand Down Expand Up @@ -397,4 +397,4 @@ app.listen(PORT, () => {
setDaysTimeout(function() {
}, 31);
console.log('App listening on port 3000!');
});
});

0 comments on commit 22bd4ed

Please sign in to comment.