Skip to content

Commit e3a18d9

Browse files
authored
Fix #69
1 parent 9088d8b commit e3a18d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/services/api.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ const ApiService: ServiceSchema<ApiSettingsSchema> = {
7575
}, */
7676

7777
// Calling options. More info: https://moleculer.services/docs/0.14/moleculer-web.html#Calling-options
78-
callingOptions: {},
78+
callOptions: {},
7979

8080
bodyParsers: {
8181
json: {

0 commit comments

Comments
 (0)