having the ApiClient helper use a static apiPath limits us to only one API. the easiest solution is probably to remove the formatUrl function and instead require the use of the full address instead of just the path. ## changes would have to be done in - [githubHottest(reduxSaga).js](https://github.com/mohebifar/racket/blob/master/template/src/redux/modules/githubHottest%28reduxSaga%29.js#L64) - [githubHottest(reduxThunk).js](https://github.com/mohebifar/racket/blob/master/template/src/redux/modules/githubHottest%28reduxThunk%29.js#L60) - [ApiClient.js](https://github.com/mohebifar/racket/blob/master/template/src/helpers/ApiClient.js) - [config.js](https://github.com/mohebifar/racket/blob/master/template/src/config.js#L5)