server-ts: Port share/share_root

This commit is contained in:
Elian Doran
2024-04-09 21:51:23 +03:00
parent 80a1b8b44d
commit b07df6061f
4 changed files with 12 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
const {JSDOM} = require("jsdom");
const { JSDOM } = require("jsdom");
const shaca = require('./shaca/shaca.js');
const assetPath = require('../services/asset_path');
const shareRoot = require('./share_root.js');
const shareRoot = require('./share_root');
const escapeHtml = require('escape-html');
function getContent(note) {