mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 00:05:50 +01:00
server: Fix missing .js import for etapi-interface
This commit is contained in:
@@ -6,7 +6,7 @@ import etapiTokenService from "../services/etapi_tokens.js";
|
||||
import config from "../services/config.js";
|
||||
import { NextFunction, Request, RequestHandler, Response, Router } from 'express';
|
||||
import { AppRequest, AppRequestHandler } from '../routes/route-interface';
|
||||
import { ValidatorMap } from './etapi-interface';
|
||||
import { ValidatorMap } from './etapi-interface.js';
|
||||
const GENERIC_CODE = "GENERIC";
|
||||
|
||||
type HttpMethod = "all" | "get" | "post" | "put" | "delete" | "patch" | "options" | "head";
|
||||
|
||||
Reference in New Issue
Block a user