Skip to content

Commit 1ca0649

Browse files
committed
add service to getBaseConfigParams
1 parent 469a52d commit 1ca0649

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/templates/exportSaddlebackService.hbs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ export const fetch{{{../name}}}{{pascalCase name}} = async ({{> saddlebackParame
4848
{{/if}}
4949
method: '{{{method}}}',
5050
url: '{{{path}}}',
51+
service: '{{{service}}}',
5152
{{#if parametersBody}}
5253
{{#if parametersBody.mediaType}}
5354
contentType: '{{{parametersBody.mediaType}}}',

0 commit comments

Comments
 (0)