mirror of
https://github.com/lemeow125/Borrowing-TrackerFrontend.git
synced 2024-11-17 06:19:27 +08:00
changes in API link
This commit is contained in:
parent
0e4c1b9f31
commit
10f1940e7d
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ let backendURL;
|
||||||
if (debug) {
|
if (debug) {
|
||||||
backendURL = "http://localhost:8000/";
|
backendURL = "http://localhost:8000/";
|
||||||
} else {
|
} else {
|
||||||
backendURL = "https://equipment-tracker-backend.keannu1.duckdns.org/";
|
backendURL = "https://csm-backend.keannu1.duckdns.org/";
|
||||||
}
|
}
|
||||||
|
|
||||||
const instance = axios.create({
|
const instance = axios.create({
|
||||||
|
|
Loading…
Reference in a new issue