refactor(server): rename md -> markdown for consistency

This commit is contained in:
Elian Doran
2025-03-14 16:25:10 +02:00
parent 875e65284c
commit 80421bb220
4 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ import html from "html";
import dateUtils from "../date_utils.js";
import path from "path";
import mimeTypes from "mime-types";
import mdService from "./md.js";
import mdService from "./markdown.js";
import packageInfo from "../../../package.json" with { type: "json" };
import { getContentDisposition, escapeHtml } from "../utils.js";
import protectedSessionService from "../protected_session.js";