new api route

master
Matt Huntington 3 years ago
parent d12ceb2f05
commit c27b32dc4c

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

Loading…
Cancel
Save