Fix export statement

This commit is contained in:
D. Berge
2025-07-13 11:13:31 +02:00
parent 63e6af545a
commit 2657c42dcc

View File

@@ -7,6 +7,4 @@ async function operations (req, res, next) {
next();
}
module.exports = {
operations
};
module.exports = operations;