mirror of
https://github.com/zadam/trilium.git
synced 2025-11-18 11:10:41 +01:00
server-ts: Port services/notes & hidden_subtree
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
"use strict";
|
||||
|
||||
const noteService = require('../../services/notes.js');
|
||||
const noteService = require('../../services/notes');
|
||||
const imageService = require('../../services/image.js');
|
||||
const protectedSessionService = require('../protected_session');
|
||||
const markdownService = require('./markdown.js');
|
||||
|
||||
Reference in New Issue
Block a user