mirror of
https://github.com/zadam/trilium.git
synced 2025-11-05 21:05:55 +01:00
server-ts: Fix more references to js files for converted files
This commit is contained in:
@@ -3,7 +3,7 @@ const sql = require('../services/sql');
|
||||
const log = require('../services/log');
|
||||
const becca = require('../becca/becca');
|
||||
const etapiTokenService = require('../services/etapi_tokens.js');
|
||||
const config = require('../services/config.js');
|
||||
const config = require('../services/config');
|
||||
const GENERIC_CODE = "GENERIC";
|
||||
|
||||
const noAuthentication = config.General && config.General.noAuthentication === true;
|
||||
|
||||
Reference in New Issue
Block a user