Renamed web-app-port-ui to web-app-desktop

This commit is contained in:
2025-08-26 11:35:22 +02:00
parent 9756a0f75f
commit b916173422
34 changed files with 35 additions and 35 deletions

View File

@@ -2,7 +2,7 @@ document.addEventListener('DOMContentLoaded', function () {
initIframeHandler(
'{{ PRIMARY_DOMAIN }}',
'{{ domain }}',
'{{ domains | get_url("web-app-port-ui", WEB_PROTOCOL) }}'
'{{ domains | get_url("web-app-desktop", WEB_PROTOCOL) }}'
);
});
{% if MODE_DEBUG | bool %}