From 924752d772c8cfd7673563b839f3b0d4cba32142 Mon Sep 17 00:00:00 2001 From: Mahesh Asolkar Date: Sat, 22 Mar 2025 19:01:07 -0700 Subject: [PATCH] Removed host from URL --- App.js | 2 +- index.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 @@ - - + +