We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90ea506 commit cc80a38Copy full SHA for cc80a38
1 file changed
modules/openapi-generator/src/main/resources/kotlin-misk/apiAction.mustache
@@ -41,7 +41,7 @@ class {{classname}}Action @Inject constructor(
41
) : WebAction {
42
{{#operation}}
43
44
- @{{httpMethod}}("{{actionPrefix}}{{path}}")
+ @{{httpMethod}}("{{actionPathPrefix}}{{path}}")
45
@Description("{{{summary}}}"){{#hasConsumes}}
46
@RequestContentType({{#consumes}}{{{mediaType}}}{{^-last}}, {{/-last}}{{/consumes}}){{/hasConsumes}}{{#hasProduces}}
47
@ResponseContentType({{#produces}}{{{mediaType}}}{{^-last}}, {{/-last}}{{/produces}}){{/hasProduces}}
0 commit comments