|
|
router.get('/exist-paths', loginRequired, validator.exist, apiV3FormValidator, async(req, res) => {
|
|
router.get('/exist-paths', loginRequired, validator.exist, apiV3FormValidator, async(req, res) => {
|
|
|
const { fromPath, toPath } = req.query;
|
|
const { fromPath, toPath } = req.query;
|