Merge branch 'master' of framagit.org:/les/gancio into feat/whereinputadvanced_rebased_merge

This commit is contained in:
sedum
2023-02-18 22:03:25 +01:00
12 changed files with 537 additions and 473 deletions

View File

@@ -133,7 +133,7 @@ module.exports = () => {
* @param {image} [image] - Image
*/
// allow anyone to add an event (anon event has to be confirmed, TODO: flood protection)
// allow anyone to add an event (anon event has to be confirmed, flood protection)
api.post('/event', eventController.isAnonEventAllowed, SPAMProtectionApiRateLimiter, upload.single('image'), eventController.add)
// api.get('/event/search', eventController.search)