Skip to content

Commit

Permalink
Update appointments.js
Browse files Browse the repository at this point in the history
  • Loading branch information
kels-orien committed Feb 4, 2018
1 parent 5a9ddbf commit 62b5e0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/controllers/appointments.js
Expand Up @@ -25,8 +25,8 @@ const appointmentController = {
});

const nexmo = new Nexmo({
apiKey: "daf6eb4c",
apiSecret: "50c1d40fd38c2bf3"
apiKey: "YOUR_API_KEY",
apiSecret: "YOUR_API_SECRET"
});

let msg =
Expand Down

0 comments on commit 62b5e0e

Please sign in to comment.