Skip to content

Commit e4175bd

Browse files
author
mkefd
committed
mappersmith
1 parent bd02072 commit e4175bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/templates/core/mappersmith/request.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ export type {{{clientName}}}Resource = {
55
{{name}}: {
66
{{#each operations}}
77
{{name}}: {
8-
method: string;
9-
path: string;
8+
method: '{{method}}';
9+
path: '{{path}}';
1010
};
1111
{{/each}}
1212
};

0 commit comments

Comments
 (0)