itizawa 6 лет назад
Родитель
Сommit
596e45f091
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      src/server/routes/comment.js

+ 0 - 2
src/server/routes/comment.js

@@ -151,8 +151,6 @@ module.exports = function(crowi, app) {
    * @api {post} /comments.update Update comment dody
    * @apiName UpdateComment
    * @apiGroup Comment
-   *
-   * @apiParam {Object} commentForm Comment Form
    */
   api.update = async function(req, res) {
     const { commentForm } = req.body;