Просмотр исходного кода

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

yusuketk 6 лет назад
Родитель
Сommit
40784186b2
1 измененных файлов с 4 добавлено и 4 удалено
  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
  *        properties:
  *          growiVersion:
- *            type: String
+ *            type: string
  *            description: version of growi
  *          nodeVersion:
- *            type: String
+ *            type: string
  *            description: version of node
  *          npmVersion:
- *            type: String
+ *            type: string
  *            description: version of npm
  *          yarnVersion:
- *            type: String
+ *            type: string
  *            description: version of yarn
  *      InstalledPluginsParams:
  *        type: object