From c27b32dc4c5bb7897471e61871765487fc899e9c Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Mon, 19 Dec 2022 15:26:14 -0500 Subject: [PATCH] new api route --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 app.js 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'