mirror of
https://github.com/lemeow125/EquipmentTracker-Frontend.git
synced 2024-11-16 21:59:24 +08:00
Update API endpoint
This commit is contained in:
parent
4389b21a39
commit
2c4ec9a8d6
1 changed files with 342 additions and 342 deletions
|
@ -23,7 +23,7 @@ let backendURL;
|
|||
if (debug) {
|
||||
backendURL = "http://localhost:8000/";
|
||||
} else {
|
||||
backendURL = "https://equipment-tracker-backend.keannu1.duckdns.org/";
|
||||
backendURL = "https://api.equipment-tracker.06222001.xyz/";
|
||||
}
|
||||
|
||||
const instance = axios.create({
|
||||
|
|
Loading…
Reference in a new issue