First full release

This commit is contained in:
Luka Romih
2023-03-10 12:50:23 +01:00
parent 257f3c354f
commit 9867875ef2
285 changed files with 10980 additions and 4692 deletions
+4 -1
View File
@@ -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