diff --git a/App.js b/App.js index e298b5b..7ef4b55 100644 --- a/App.js +++ b/App.js @@ -1,5 +1,5 @@ document.addEventListener('DOMContentLoaded', function() { - fetch('http://127.0.0.1:9898/routine.json') + fetch('routine.json') .then(response => response.json()) .then(workout_json => { // Use the JSON workout_json here diff --git a/index.html b/index.html index 3861ebd..30ca52f 100644 --- a/index.html +++ b/index.html @@ -7,8 +7,8 @@ - - + +