0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-06 22:40:26 -05:00
verdaccio/test/unit/webui/components/store/logo.js

8 lines
154 B
JavaScript
Raw Normal View History

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