Skip to content

profile name adds * for any routing URL.  #52

@hannesaddec

Description

@hannesaddec

Code adds a start to the URL path
This is needed in case someone needs to use the demo server URL router.project-osrm.org/*/v1/car

however in other case the star does not exists

return("/".join([self.host, '*', self.version, self.profile]))

IMHO the * needs to be removed in L23 and L26 so it reads
return("/".join([self.host, self.version, self.profile]))

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