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 5025997 commit 4978e41Copy full SHA for 4978e41
1 file changed
modules/openapi-generator/src/main/resources/scala-akka-http-server/api.mustache
@@ -56,7 +56,7 @@ class {{classname}}(
56
{{^pathMatcherPatterns.isEmpty}}
57
object {{classname}}Patterns {
58
59
- {{#pathMatcherPatterns}}val {{pathMatcherVarName}}: PathMatcher1[String] = PathMatcher("{{pattern}}".r)
+ {{#pathMatcherPatterns}}val {{pathMatcherVarName}}: PathMatcher1[String] = PathMatcher("{{{pattern}}}".r)
60
{{/pathMatcherPatterns}}
61
}
62
{{/pathMatcherPatterns.isEmpty}}
0 commit comments