mirror of
https://github.com/zadam/trilium.git
synced 2025-11-04 20:36:13 +01:00
server-esm: Change export object to export default object
This commit is contained in:
@@ -517,6 +517,6 @@ function createUploadMiddleware() {
|
||||
return multer(multerOptions).single('upload');
|
||||
}
|
||||
|
||||
export = {
|
||||
export default {
|
||||
register
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user