web/env: rename apiURL to defaultApiURL

references to it are now easier to read and understand
This commit is contained in:
wukko
2024-11-18 16:30:27 +06:00
parent 4a70f09017
commit 2b2bc57331
2 changed files with 4 additions and 5 deletions

View File

@@ -55,7 +55,7 @@ const docs = {
apiLicense: "https://github.com/imputnet/cobalt/blob/main/api/LICENSE",
};
const apiURL = "https://api.cobalt.tools";
const defaultApiURL = "https://api.cobalt.tools";
export { donate, apiURL, contacts, partners, siriShortcuts, docs };
export { donate, defaultApiURL, contacts, partners, siriShortcuts, docs };
export default variables;