Skip to content

Commit 3429fc4

Browse files
committed
Added path params to translator.
1 parent 74d63cd commit 3429fc4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/templates/exportService.hbs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ export class {{{name}}}{{{@root.postfix}}} {
7171
{{#each parametersQuery}}
7272
'{{{name}}}': '{{{prop}}}',
7373
{{/each}}
74+
{{#each parametersPath}}
75+
'{{{name}}}': '{{{prop}}}',
76+
{{/each}}
7477
}
7578
}
7679
/**

0 commit comments

Comments
 (0)