Browse Source

fix lint error

Yuki Takei 3 years ago
parent
commit
971ae23ab2
1 changed files with 2 additions and 2 deletions
  1. 2 2
      packages/app/src/server/routes/apiv3/customize-setting.js

+ 2 - 2
packages/app/src/server/routes/apiv3/customize-setting.js

@@ -542,14 +542,14 @@ module.exports = (crowi) => {
    *          content:
    *            application/json:
    *              schema:
-   *                $ref: '#/components/schemas/customizeHtml'
+   *                $ref: '#/components/schemas/CustomizeHtml'
    *        responses:
    *          200:
    *            description: Succeeded to update customize header
    *            content:
    *              application/json:
    *                schema:
-   *                  $ref: '#/components/schemas/customizeHtml'
+   *                  $ref: '#/components/schemas/CustomizeHtml'
    */
   router.put('/customize-html', loginRequiredStrictly, adminRequired, addActivity, validator.customizeHtml, apiV3FormValidator, async(req, res) => {
     const requestParams = {