If your REST server expects a namespace on the URL path (such as `/api/study/list` instead of `/study/list`), add it to the `config/config.js`file. You can specify either a namespace (`/api/`) or a URL (`http://my-host:8080/api`).
If your REST server expects a namespace on the URL path (such as `/api/study/list` instead of `/study/list`), add it to the `config/config.js`file. You can specify either a namespace (`/api`) or a URL (`http://my-host:8080/api`).