First full release
This commit is contained in:
@@ -88,7 +88,7 @@ router.get(
|
||||
// Show a page to preview, create or edit dictionary entries and their comments.
|
||||
router.get(
|
||||
'/:dictionaryId/vsebina',
|
||||
user.isDictionaryEditor,
|
||||
user.canContentEdit,
|
||||
dictionary.showContent
|
||||
)
|
||||
|
||||
@@ -127,4 +127,7 @@ router.get(
|
||||
dictionary.showImportFromExtractionForm
|
||||
)
|
||||
|
||||
// Download dictionary export file.
|
||||
router.get('/export-download/:exportId', dictionary.exportDownload)
|
||||
|
||||
module.exports = router
|
||||
|
||||
Reference in New Issue
Block a user