change api url
This commit is contained in:
@@ -2,7 +2,7 @@ import router from "@/router";
|
||||
|
||||
function prepareUrl(url) {
|
||||
if (url.startsWith("http")) return url;
|
||||
return `http://45.84.227.122:8080/api/${url}`;
|
||||
return `https://astra-dev.dopcore.com/api/${url}`;
|
||||
}
|
||||
|
||||
function handleRequest(method, url, headers, attempts, body, type) {
|
||||
|
||||
Reference in New Issue
Block a user