mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 06:15:48 +01:00
server-ts: Port app* services
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
const sqlInit = require('../services/sql_init.js');
|
||||
const setupService = require('../services/setup.js');
|
||||
const utils = require('../services/utils');
|
||||
const assetPath = require('../services/asset_path.js');
|
||||
const assetPath = require('../services/asset_path');
|
||||
const appPath = require('../services/app_path.js');
|
||||
|
||||
function setupPage(req, res) {
|
||||
|
||||
Reference in New Issue
Block a user