This commit is contained in:
lesion 2024-02-28 15:10:56 +01:00
parent 1340e9f574
commit 709b1fa3c7
No known key found for this signature in database
GPG key ID: 352918250B012177

View file

@ -41,6 +41,7 @@ const collectionController = {
},
async getEvents (req, res) {
const settings = res.locals.settings
const exportController = require('./export')
const format = req.params.format || 'json'
const name = req.params.name