diff --git a/app.js b/app.js old mode 100644 new mode 100755 index 587bf85..9eaa5bf --- a/app.js +++ b/app.js @@ -91,7 +91,7 @@ const updateSavedPreviousSeconds = () => { const postToAPI = ()=>{ if(savedPreviousSeconds > 0){ - fetch('https://shrouded-depths-07664.herokuapp.com/api/sessions',{ + fetch('https://practice-sessions.artisan.al',{ method: 'POST', headers: { 'Content-Type': 'application/json'