Add ACL settings for app configure

This commit is contained in:
Johannes Zellner
2025-03-02 16:23:14 +01:00
parent e13db20c85
commit ab0d5c8967
6 changed files with 83 additions and 21 deletions

View File

@@ -61,7 +61,7 @@ export default {
} else if (this.iconUrl) { // current icon
return API_ORIGIN + this.iconUrl;
} else {
return API_ORIGIN + 'img/appicon_fallback.png';
return API_ORIGIN + '/img/appicon_fallback.png';
}
}
},