Преглед изворни кода

Fix swagger comment mistake

arvid-e пре 7 месеци
родитељ
комит
0fb6d8a79a
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      apps/app/src/server/routes/apiv3/content-disposition-settings.ts

+ 2 - 2
apps/app/src/server/routes/apiv3/content-disposition-settings.ts

@@ -42,7 +42,7 @@ module.exports = (crowi) => {
  *                   properties:
  *                     type: array
  *                     description: The list of MIME types set to inline.
- *                       items:
+ *                     items:
  *                       type: string
  *
  */
@@ -102,7 +102,7 @@ module.exports = (crowi) => {
  *                   properties:
  *                     type: array
  *                     description: The list of MIME types set to inline.
- *                       items:
+ *                     items:
  *                       type: string
  *
  */