This commit is contained in:
lesion
2023-02-18 00:04:28 +01:00
parent 80d2dbd06b
commit bb9f7cca47
4 changed files with 15 additions and 15 deletions

View File

@@ -132,7 +132,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)