mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 21:36:05 +01:00
server: Fix missing .js import for route-interface
This commit is contained in:
@@ -8,7 +8,7 @@ import passwordEncryptionService from "./encryption/password_encryption.js";
|
||||
import config from "./config.js";
|
||||
import passwordService from "./encryption/password.js";
|
||||
import type { NextFunction, Request, Response } from 'express';
|
||||
import { AppRequest } from '../routes/route-interface';
|
||||
import { AppRequest } from '../routes/route-interface.js';
|
||||
|
||||
const noAuthentication = config.General && config.General.noAuthentication === true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user