mirror of
https://github.com/zadam/trilium.git
synced 2025-11-11 15:55:52 +01:00
server-ts: resource_dir.js -> ts
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
const imageService = require('../../services/image.js');
|
||||
const becca = require('../../becca/becca.js');
|
||||
const RESOURCE_DIR = require('../../services/resource_dir.js').RESOURCE_DIR;
|
||||
const RESOURCE_DIR = require('../../services/resource_dir').RESOURCE_DIR;
|
||||
const fs = require('fs');
|
||||
|
||||
function returnImageFromNote(req, res) {
|
||||
|
||||
Reference in New Issue
Block a user