mirror of
https://framagit.org/les/gancio.git
synced 2025-02-01 00:52:01 +01:00
minor
This commit is contained in:
parent
1340e9f574
commit
709b1fa3c7
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ const collectionController = {
|
||||||
},
|
},
|
||||||
|
|
||||||
async getEvents (req, res) {
|
async getEvents (req, res) {
|
||||||
|
const settings = res.locals.settings
|
||||||
const exportController = require('./export')
|
const exportController = require('./export')
|
||||||
const format = req.params.format || 'json'
|
const format = req.params.format || 'json'
|
||||||
const name = req.params.name
|
const name = req.params.name
|
||||||
|
|
Loading…
Reference in a new issue