|
|
router.post('/duplicate', accessTokenParser, loginRequiredStrictly, csrf, validator.duplicatePage, apiV3FormValidator, async(req, res) => {
|
|
router.post('/duplicate', accessTokenParser, loginRequiredStrictly, csrf, validator.duplicatePage, apiV3FormValidator, async(req, res) => {
|
|
|
result = await duplicatePageRecursively(page, newPagePath, req.user);
|
|
result = await duplicatePageRecursively(page, newPagePath, req.user);
|