1
0
mirror of https://github.com/SomboChea/ui synced 2026-01-18 09:06:14 +07:00
Files
verdaccio-ui/test/unit/webui/components/store/logo.js
Juan Picado @jotadeveloper 3506f32ad8 chore: sync with verdaccio master
2019-04-04 21:23:40 +02:00

8 lines
154 B
JavaScript

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