Web:Common:API: refactoring getLogoIcon

This commit is contained in:
Timofey Boyko 2022-12-13 10:40:03 +03:00
parent a0b86c0562
commit 3f588be767

View File

@ -40,6 +40,8 @@ export function getRooms(filter) {
}
export function getLogoIcon(url) {
if (!url) return "";
const options = {
// baseURL: combineUrl(AppServerConfig.proxyURL, config.homepage),
method: "get",