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/ee/app/livechat/imports/server/rest/inquiries.js

8 lines
310 B

import { API } from '../../../../../../app/api/server';
import { runEndpointsAsUser } from '../../../../livechat-enterprise/server/lib/runEndpointsAsUser';
const endpointsToRunAsUser = {
'livechat/inquiries.list': ['get'],
};
runEndpointsAsUser({ originalAPIRoutes: API.v1._routes, endpointsToRunAsUser });