user locale

This commit is contained in:
lesion
2019-07-26 23:51:32 +02:00
parent 0cf02a0b53
commit 04943a36b3
7 changed files with 28 additions and 55 deletions

View File

@@ -94,7 +94,6 @@ api.get('/event/unconfirm/:event_id', jwt, isAuth, isAdmin, eventController.unco
// get event
api.get('/event/:event_id', jwt, fillUser, eventController.get)
// export events (rss/ics)
api.get('/export/:type', exportController.export)