/** * Mock response for logo api * @returns {promise} */ export default function() { return Promise.resolve('http://localhost/-/static/logo.png'); }