Ver Fonte

Merge branch 'reactify-admin/home-stocks' into imprv/show-plugin-versions-in-admin-home

yusuketk há 6 anos atrás
pai
commit
40784186b2
1 ficheiros alterados com 4 adições e 4 exclusões
  1. 4 4
      src/server/routes/apiv3/admin-home.js

+ 4 - 4
src/server/routes/apiv3/admin-home.js

@@ -20,16 +20,16 @@ const router = express.Router();
  *        type: object
  *        type: object
  *        properties:
  *        properties:
  *          growiVersion:
  *          growiVersion:
- *            type: String
+ *            type: string
  *            description: version of growi
  *            description: version of growi
  *          nodeVersion:
  *          nodeVersion:
- *            type: String
+ *            type: string
  *            description: version of node
  *            description: version of node
  *          npmVersion:
  *          npmVersion:
- *            type: String
+ *            type: string
  *            description: version of npm
  *            description: version of npm
  *          yarnVersion:
  *          yarnVersion:
- *            type: String
+ *            type: string
  *            description: version of yarn
  *            description: version of yarn
  *      InstalledPluginsParams:
  *      InstalledPluginsParams:
  *        type: object
  *        type: object