The communications platform that puts data protection first.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Rocket.Chat/app/livechat/server/api/rest.js

12 lines
327 B

import './v1/config.js';
import './v1/visitor.js';
import './v1/transcript.js';
import './v1/offlineMessage.js';
import './v1/pageVisited.js';
import './v1/agent.js';
import './v1/message.js';
import './v1/customField.js';
import './v1/room.js';
import './v1/videoCall.js';
import './v1/transfer.js';
import './v1/contact.js';