Description
For aspnet5, there's no reference to v2 in the auto-generated Petstore sample at the moment:
$ grep -R v2 samples/server/petstore/aspnet5/*
$
which means basePath (e.g v2) in the spec is not being utilized.
Swagger-codegen version
Latest master
If anyone wants to work on this, please reply to let us know.
Ref: #3418
Description
For
aspnet5, there's no reference to v2 in the auto-generated Petstore sample at the moment:which means
basePath(e.g v2) in the spec is not being utilized.Swagger-codegen version
Latest master
If anyone wants to work on this, please reply to let us know.
Ref: #3418