feat(nodejs): use favIconUrl in wopi

This commit is contained in:
sshakndr
2025-02-06 14:54:38 +07:00
parent fad5afb32d
commit e1409966bd
2 changed files with 2 additions and 1 deletions

View File

@ -146,6 +146,7 @@ exports.registerRoutes = function registerRoutes(app) {
token: 'test',
tokenTtl: Date.now() + 1000 * 60 * 60 * 10,
params: getCustomWopiParams(req.query),
favIconUrl: action.favIconUrl,
});
} catch (ex) {
console.log(ex);

View File

@ -23,7 +23,7 @@
*
-->
<title>ONLYOFFICE Document Editors</title>
<link href="../images/favicon.ico" rel="shortcut icon" type="image/x-icon" />
<link href="<%= favIconUrl %>" rel="shortcut icon" type="image/x-icon" />
<style type="text/css">
body {