(bug) ApiError caused by wrong endpoint url in the feed.service

Sentry Issue: MOBILE-J

Error: 
    at src/common/helpers/abortableFetch.xhr(abortableFetch.js:8)
    super(...args)
    at src/common/helpers/abortableFetch.onabort(abortableFetch.js:101)
    xhr.onabort = () => {
    at src/common/helpers/abortableFetch.more(abortableFetch.js:127)
    clearTimeout(xhr.timer);
    at src/common/services/feeds.service.(feeds.service.js:235)
    async fetch(more = false) {
    at src/common/services/feeds.service.endReached(feeds.service.js:228)
    abort(this);
...
(45 additional frame(s) were not displayed)