Chatwoot/app/javascript/dashboard/store/modules/specs/webhooks/fixtures.js
Nithin David Thomas c119c6577b
Feature: As a admin, I should be able to add webhooks to account (#572)
Co-authored-by: Pranav Raj S <pranavrajs@gmail.com>
2020-02-29 17:43:49 +05:30

17 lines
242 B
JavaScript

export default [
{
id: 4,
url: 'https://1.chatwoot.com',
account_id: 1,
},
{
id: 5,
url: 'https://2.chatwoot.com',
account_id: 1,
},
{
id: 6,
url: 'https://3.chatwoot.com',
account_id: 1,
},
];