Merge branch 'master' into gancio-feat/whereinputadvanced_rebased

This commit is contained in:
lesion
2023-04-07 20:47:05 +02:00
7 changed files with 422 additions and 87 deletions

View File

@@ -141,7 +141,7 @@ module.exports = () => {
// api.get('/event/search', eventController.search)
api.put('/event', isAuth, upload.single('image'), eventController.update)
api.get('/event/import', isAuth, helpers.importURL)
api.get('/event/import', eventController.isAnonEventAllowed, helpers.importURL)
// remove event
api.delete('/event/:id', isAuth, eventController.remove)