mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2025-05-02 17:07:13 +00:00
patch baseURL in builder for logo
This commit is contained in:
parent
246152c024
commit
f6ab3313c7
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue