|
|
@ -59,7 +59,9 @@ export const getList = (input: WebhookSubscriptionGetListInput) => { |
|
|
service: remoteServiceName, |
|
|
service: remoteServiceName, |
|
|
controller: controllerName, |
|
|
controller: controllerName, |
|
|
action: 'GetListAsync', |
|
|
action: 'GetListAsync', |
|
|
params: input, |
|
|
params: { |
|
|
|
|
|
input: input, |
|
|
|
|
|
}, |
|
|
}); |
|
|
}); |
|
|
}; |
|
|
}; |
|
|
|
|
|
|
|
|
|