Fix app icons in archive listing
This commit is contained in:
@@ -47,7 +47,7 @@ async function refreshArchives() {
|
||||
|
||||
// ensure we use the full api oprigin
|
||||
result.forEach(a => {
|
||||
a.iconUrl = window.cloudronApiOrigin + a.iconUrl;
|
||||
a.iconUrl = API_ORIGIN + a.iconUrl;
|
||||
});
|
||||
|
||||
archives.value = result;
|
||||
|
||||
Reference in New Issue
Block a user