minor
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user