1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-13 03:35:52 +01:00
verdaccio/test/unit/webui/components/store/logo.js

8 lines
154 B
JavaScript
Raw Normal View History

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