changes in API link

This commit is contained in:
Prince Kurt Laurence 2023-12-11 19:27:29 +08:00
parent 0e4c1b9f31
commit 10f1940e7d

View file

@ -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({