Description
Hi, i'm using the nestjs openapi generator. When i try to generate code if there is a path param with hyphen ("test/{path-param}") i got the wrong code generated.
The method function param will be generated as pathParam, but in the http call it will be referenced as path_param
openapi-generator version
I tried with the latest code in master branch
Description
Hi, i'm using the nestjs openapi generator. When i try to generate code if there is a path param with hyphen ("test/{path-param}") i got the wrong code generated.
The method function param will be generated as pathParam, but in the http call it will be referenced as path_param
openapi-generator version
I tried with the latest code in master branch