mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 11:56:01 +01:00
relation between notes and images
This commit is contained in:
@@ -52,7 +52,7 @@ function register(app) {
|
||||
app.use('/api/sql', sqlRoute);
|
||||
app.use('/api/anonymization', anonymizationRoute);
|
||||
app.use('/api/cleanup', cleanupRoute);
|
||||
app.use('/api/image', imageRoute);
|
||||
app.use('/api/images', imageRoute);
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
|
||||
Reference in New Issue
Block a user