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 39eba39 commit c76f006Copy full SHA for c76f006
modules/swagger-codegen/src/main/resources/dart/api.mustache
@@ -25,7 +25,7 @@ class {{classname}} {
25
{{/allParams}}
26
27
// create path and map variables
28
- String path = "{{path}}".replaceAll("{format}","json"){{#pathParams}}.replaceAll("{" + "{{paramName}}" + "}", {{{paramName}}}.toString()){{/pathParams}};
+ String path = "{{path}}".replaceAll("{format}","json"){{#pathParams}}.replaceAll("{" + "{{baseName}}" + "}", {{{paramName}}}.toString()){{/pathParams}};
29
30
// query params
31
List<QueryParam> queryParams = [];
0 commit comments