Restructure omni services and add Chatwoot research snapshot
This commit is contained in:
9
research/chatwoot/app/javascript/dashboard/api/sla.js
Normal file
9
research/chatwoot/app/javascript/dashboard/api/sla.js
Normal file
@@ -0,0 +1,9 @@
|
||||
import ApiClient from './ApiClient';
|
||||
|
||||
class SlaAPI extends ApiClient {
|
||||
constructor() {
|
||||
super('sla_policies', { accountScoped: true });
|
||||
}
|
||||
}
|
||||
|
||||
export default new SlaAPI();
|
||||
Reference in New Issue
Block a user