Skip to content

Commit cc80a38

Browse files
author
andrewwilsonnew
committed
fixup 3
1 parent 90ea506 commit cc80a38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/openapi-generator/src/main/resources/kotlin-misk/apiAction.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class {{classname}}Action @Inject constructor(
4141
) : WebAction {
4242
{{#operation}}
4343

44-
@{{httpMethod}}("{{actionPrefix}}{{path}}")
44+
@{{httpMethod}}("{{actionPathPrefix}}{{path}}")
4545
@Description("{{{summary}}}"){{#hasConsumes}}
4646
@RequestContentType({{#consumes}}{{{mediaType}}}{{^-last}}, {{/-last}}{{/consumes}}){{/hasConsumes}}{{#hasProduces}}
4747
@ResponseContentType({{#produces}}{{{mediaType}}}{{^-last}}, {{/-last}}{{/produces}}){{/hasProduces}}

0 commit comments

Comments
 (0)