p-meier / hapi-api-version

An API versioning plugin for hapi.
Apache License 2.0
74 stars 26 forks source link

Bug fix while using customer basePath #36

Open sushinpv opened 4 years ago

sushinpv commented 4 years ago

When you use a basePath like /api/ then the route won't ever hit, because these was an unwanted splice was happening on the required url

Example: basePath: /api/ defaultVersion: 2 Requested Url : /users then the final url was : /api/v2rs

This issue is fixed

sushinpv commented 4 years ago

This issue is still open, there is no response from the developers