patch baseURL in builder for logo

This commit is contained in:
timothycarambat 2024-11-21 12:43:27 -08:00
parent 246152c024
commit f6ab3313c7

View file

@ -345,7 +345,7 @@ const System = {
return { appName: customAppName, error: null };
},
fetchLogo: async function () {
const url = new URL(`${API_BASE}/system/logo`);
const url = new URL(`${fullApiUrl()}/system/logo`);
url.searchParams.append(
"theme",
localStorage.getItem("theme") || "default"