This commit is contained in:
Ziver Koc 2021-08-29 14:57:03 +02:00
parent f4b9d46077
commit e863797030

View file

@ -98,5 +98,8 @@ public class HalExternalWebDaemon implements HalDaemon {
public void setPage(String url, HttpPage page) {
pageMap.put(url, page);
if (httpExternal != null)
httpExternal.setPage(url, page);
}
}