mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-20 20:32:23 -06:00
Merge branch 'v2.0.0' of github.com:EvolutionAPI/evolution-api into v2.0.0
This commit is contained in:
@@ -156,6 +156,7 @@ export class InstanceController {
|
||||
hash,
|
||||
webhook: {
|
||||
webhookUrl: instanceData?.webhook?.url,
|
||||
webhookHeaders: instanceData?.webhook?.headers,
|
||||
webhookByEvents: instanceData?.webhook?.byEvents,
|
||||
webhookBase64: instanceData?.webhook?.base64,
|
||||
},
|
||||
@@ -243,6 +244,7 @@ export class InstanceController {
|
||||
hash,
|
||||
webhook: {
|
||||
webhookUrl: instanceData?.webhook?.url,
|
||||
webhookHeaders: instanceData?.webhook?.headers,
|
||||
webhookByEvents: instanceData?.webhook?.byEvents,
|
||||
webhookBase64: instanceData?.webhook?.base64,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user