mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-20 04:12:23 -06:00
feat: adiciona headers no cadastro de webhook da instância
This commit is contained in:
@@ -151,6 +151,7 @@ export class InstanceController {
|
||||
hash,
|
||||
webhook: {
|
||||
webhookUrl: instanceData?.webhook?.url,
|
||||
webhookHeaders: instanceData?.webhook?.headers,
|
||||
webhookByEvents: instanceData?.webhook?.byEvents,
|
||||
webhookBase64: instanceData?.webhook?.base64,
|
||||
},
|
||||
@@ -238,6 +239,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