From 10f1940e7d7ff793b05ef35bbc78ffdf4e74f667 Mon Sep 17 00:00:00 2001 From: Prince Kurt Laurence Date: Mon, 11 Dec 2023 19:27:29 +0800 Subject: [PATCH] changes in API link --- src/Components/API/API.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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({