mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 00:05:50 +01:00
introduced new exception classes for structured error reporting
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
const appInfo = require('../services/app_info');
|
||||
const eu = require("./etapi_utils.js");
|
||||
const eu = require("./etapi_utils");
|
||||
|
||||
function register(router) {
|
||||
eu.route(router, 'get', '/etapi/app-info', (req, res, next) => {
|
||||
|
||||
Reference in New Issue
Block a user