Merge branch 'master' of git.keannu1.duckdns.org:keannu125/Borrowing-TrackerFrontend

This commit is contained in:
Keannu Christian Bernasol 2023-12-14 14:53:09 +08:00
commit 96c8f9a150
3 changed files with 5 additions and 5 deletions

View file

@ -24,7 +24,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({