fix missing doc resources for launchers, closes #3455

This commit is contained in:
zadam
2022-12-25 11:58:24 +01:00
parent c6485f8e03
commit 7c98ade72b
15 changed files with 36 additions and 27 deletions

View File

@@ -7,6 +7,7 @@ const shacaLoader = require("./shaca/shaca_loader");
const shareRoot = require("./share_root");
const contentRenderer = require("./content_renderer");
const assetPath = require("../services/asset_path");
const appPath = require("../services/app_path");
function getSharedSubTreeRoot(note) {
if (note.noteId === shareRoot.SHARE_ROOT_NOTE_ID) {
@@ -111,7 +112,8 @@ function register(router) {
content,
isEmpty,
subRoot,
assetPath
assetPath,
appPath
});
}