mirror of
https://github.com/lemeow125/Borrowing-TrackerFrontend.git
synced 2024-11-16 22:09:29 +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,
|
||||
} from "../Types/Types";
|
||||
|
||||
const debug = false;
|
||||
const debug = true;
|
||||
let backendURL;
|
||||
|
||||
if (debug) {
|
||||
backendURL = "http://localhost:8000/";
|
||||
backendURL = "http://localhost:8092/";
|
||||
} else {
|
||||
backendURL = "https://csm-backend.keannu1.duckdns.org/";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue