mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-03 04:27:53 +00:00
18 lines
242 B
JavaScript
18 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,
|
|
},
|
|
];
|