Skip to content

Difference between npm and branch master@git in admin-spec.js file #26

@hlihhovac

Description

@hlihhovac

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... :(

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions