mirror of
https://github.com/lemeow125/Borrowing-TrackerFrontend.git
synced 2024-11-17 06:19:27 +08:00
Update debug backend url
This commit is contained in:
parent
c1c092080c
commit
a685e3fcb5
1 changed files with 2 additions and 2 deletions
|
@ -23,11 +23,11 @@ import {
|
||||||
TransactionCreateType,
|
TransactionCreateType,
|
||||||
} from "../Types/Types";
|
} from "../Types/Types";
|
||||||
|
|
||||||
const debug = false;
|
const debug = true;
|
||||||
let backendURL;
|
let backendURL;
|
||||||
|
|
||||||
if (debug) {
|
if (debug) {
|
||||||
backendURL = "http://localhost:8000/";
|
backendURL = "http://localhost:8092/";
|
||||||
} else {
|
} else {
|
||||||
backendURL = "https://csm-backend.keannu1.duckdns.org/";
|
backendURL = "https://csm-backend.keannu1.duckdns.org/";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue