diff --git a/src/Components/API/API.tsx b/src/Components/API/API.tsx index 437eb24..077e989 100644 --- a/src/Components/API/API.tsx +++ b/src/Components/API/API.tsx @@ -23,7 +23,7 @@ let backendURL; if (debug) { backendURL = "http://localhost:8000/"; } else { - backendURL = "https://equipment-tracker-backend.keannu1.duckdns.org/"; + backendURL = "https://csm-backend.keannu1.duckdns.org/"; } const instance = axios.create({