Explorar o código

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

yusuketk %!s(int64=6) %!d(string=hai) anos
pai
achega
40784186b2
Modificáronse 1 ficheiros con 4 adicións e 4 borrados
  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