in file package/dist/admin-spec.js
from https://registry.npmjs.org/loopback-component-admin/-/loopback-component-admin-0.0.7.tgz
at line:
53 url = 'http://' + host + ':' + port + api;
is different
from master branch @ git
in file https://github.com/BoLaMN/loopback-component-admin/blob/master/dist/admin-spec.js
at line:
61 url = options.url || 'http://' + host + ':' + port + api;
which probably could be avoided with PR#16
and save several hours of debugging for someone... :(