diff --git a/frontend/src/models/system.js b/frontend/src/models/system.js index f8f52b7e..663cb21b 100644 --- a/frontend/src/models/system.js +++ b/frontend/src/models/system.js @@ -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"