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 9088d8b commit e3a18d9Copy full SHA for e3a18d9
template/services/api.service.ts
@@ -75,7 +75,7 @@ const ApiService: ServiceSchema<ApiSettingsSchema> = {
75
}, */
76
77
// Calling options. More info: https://moleculer.services/docs/0.14/moleculer-web.html#Calling-options
78
- callingOptions: {},
+ callOptions: {},
79
80
bodyParsers: {
81
json: {
0 commit comments