Преглед на файлове

Fix swagger comment mistake

arvid-e преди 8 месеца
родител
ревизия
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
  *
  */