mirror of
https://github.com/ONLYOFFICE/document-server-integration.git
synced 2026-02-10 18:05:10 +08:00
feat(nodejs): use favIconUrl in wopi
This commit is contained in:
@ -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);
|
||||
|
||||
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user