updated dockerfiles

this is a mess, i have to come up with something better
This commit is contained in:
wukko
2023-05-19 19:13:48 +06:00
parent 5636a27ff0
commit 19bc17b1dd
4 changed files with 44 additions and 1 deletions

View File

@ -19,10 +19,14 @@ const exceptions = { // used for mobile devices
"vQuality": "720"
};
const apiURL = '';
let apiURL = '';
let store = {};
function changeAPI(url) {
apiURL = url;
return true
}
function eid(id) {
return document.getElementById(id)
}