Closed kloener closed 5 years ago
Hi,
I get an error when I generate a simple REST endpoint, because the variable "req" cannot be found correctly.
Affected File: https://github.com/fmvilas/swagger-node-codegen/blob/a884246059f3207da58be5a58c4c1a17f4e0313c/templates/express-server/src/api/routes/___.js#L62
I guess "reqtest" should be named to "req" instead.
Kind regards, Christian
You're right. This looks like a typo. Would you mind opening a PR?
Tested it with theses PR changes and it works :-)
It's already on npm, version 1.6.2. Thanks!
Hi,
I get an error when I generate a simple REST endpoint, because the variable "req" cannot be found correctly.
Affected File: https://github.com/fmvilas/swagger-node-codegen/blob/a884246059f3207da58be5a58c4c1a17f4e0313c/templates/express-server/src/api/routes/___.js#L62
I guess "reqtest" should be named to "req" instead.
Kind regards, Christian