mirror of
https://github.com/lemeow125/Borrowing-TrackerFrontend.git
synced 2025-05-18 12:28:15 +08:00
Merge branch 'master' of git.keannu1.duckdns.org:keannu125/Borrowing-TrackerFrontend
This commit is contained in:
commit
96c8f9a150
3 changed files with 5 additions and 5 deletions
|
@ -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({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue