瀏覽代碼

add comment

itizawa 5 年之前
父節點
當前提交
5da4cdc7d8
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/server/routes/page.js

+ 1 - 0
src/server/routes/page.js

@@ -1348,6 +1348,7 @@ module.exports = function(crowi, app) {
    * @apiParam {String} new_path New path name.
    * @apiParam {Bool} create_redirect
    */
+  // TODO remove after GW-3429 and GW-3430
   api.rename = async function(req, res) {
     const pageId = req.body.page_id;
     const previousRevision = req.body.revision_id || null;