mirror of
https://github.com/zadam/trilium.git
synced 2025-11-09 23:05:51 +01:00
options UI for selecting support code note MIME types
This commit is contained in:
@@ -236,8 +236,6 @@ function register(app) {
|
||||
route(POST, '/api/clipper/notes', clipperMiddleware, clipperRoute.createNote, apiResultHandler);
|
||||
route(POST, '/api/clipper/open/:noteId', clipperMiddleware, clipperRoute.openNote, apiResultHandler);
|
||||
|
||||
apiRoute(GET, '/api/custom-code-mime-types', customCodeMimeTypesRoute.get);
|
||||
|
||||
app.use('', router);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user