Feature: As a admin, I should be able to add webhooks to account (#572)
Co-authored-by: Pranav Raj S <pranavrajs@gmail.com>
This commit is contained in:
committed by
GitHub
parent
e8cf59c661
commit
c119c6577b
@@ -0,0 +1,17 @@
|
||||
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,
|
||||
},
|
||||
];
|
||||
Reference in New Issue
Block a user