chatwoot-develop/app/javascript/dashboard/api/captain/copilotThreads.js

10 lines
205 B
JavaScript
Executable File

import ApiClient from '../ApiClient';
class CopilotThreads extends ApiClient {
constructor() {
super('captain/copilot_threads', { accountScoped: true });
}
}
export default new CopilotThreads();