takeru0001 hace 5 años
padre
commit
af9ce64c00
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      src/server/routes/apiv3/page.js

+ 2 - 1
src/server/routes/apiv3/page.js

@@ -140,7 +140,8 @@ module.exports = (crowi) => {
       body('hierarchyValue').isNumeric(),
     ],
     exist: [
-      query('newParentPath').isString(),
+      query('fromPath').isString(),
+      query('toPath').isString(),
     ],
   };