refactor UI backend calls to python endpoints

This commit is contained in:
Jokob @NetAlertX
2026-01-10 03:06:02 +00:00
parent 6aa4e13b54
commit d849583dd5
33 changed files with 2186 additions and 313 deletions

View File

@@ -1,6 +1,6 @@
function getApiBase()
{
apiBase = getSetting("BACKEND_API_URL");
let apiBase = getSetting("BACKEND_API_URL");
if(apiBase == "")
{