|
|
|
|
@ -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'
|
|
|
|
|
|