diff --git a/config/README.md b/config/README.md index 88f74e47d..bb742cb76 100644 --- a/config/README.md +++ b/config/README.md @@ -232,7 +232,7 @@ Modification of arrays is not support, but non-existing config sub-group (object ##### rest - `config.rest.components = {}` - Collection of external rest routes index by their (unique) ids. The value is an object with keys; `src` file-path (or name) - to the module defining the router, `mount` where the router will be mounted relative the , `options` an object with setting for the specific router. + to the module defining the router, `mount` where the router will be mounted relative to the root of the host, `options` an object with setting for the specific router. Use the `RestRouterGenerator` plugin to generate a template router (see the generated file for more info). ##### seedProjects diff --git a/package.json b/package.json index 70e2a0a63..c4b0c4941 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webgme-engine", - "version": "2.26.0", + "version": "2.27.0-beta", "description": "WebGME server and Client API without a GUI", "main": "index.js", "engines": {