Update API endpoint

This commit is contained in:
Keannu Bernasol 2024-08-31 13:10:10 +08:00
parent 4389b21a39
commit 2c4ec9a8d6

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://api.equipment-tracker.06222001.xyz/";
}
const instance = axios.create({