Open sushinpv opened 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
/api/
Example: basePath: /api/ defaultVersion: 2 Requested Url : /users then the final url was : /api/v2rs
This issue is fixed
This issue is still open, there is no response from the developers
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 urlExample: basePath: /api/ defaultVersion: 2 Requested Url : /users then the final url was : /api/v2rs
This issue is fixed