Closed ksaaskil closed 4 years ago
Similar to but slightly different from #13: If the server URL exists (such as https://petstore.swagger.io/v1, the path part (/v1) should be stripped away when matching to paths (i.e., path /v1/pets should match /pets).
https://petstore.swagger.io/v1
/v1
/v1/pets
/pets
Similar to but slightly different from #13: If the server URL exists (such as
https://petstore.swagger.io/v1
, the path part (/v1
) should be stripped away when matching to paths (i.e., path/v1/pets
should match/pets
).