-
Notifications
You must be signed in to change notification settings - Fork 50
Open
Description
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
Line 26 in 8abcd85
| 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
Labels
No labels