Restructure omni services and add Chatwoot research snapshot
This commit is contained in:
6
research/chatwoot/app/javascript/v3/api/testimonials.js
Normal file
6
research/chatwoot/app/javascript/v3/api/testimonials.js
Normal file
@@ -0,0 +1,6 @@
|
||||
import wootConstants from 'dashboard/constants/globals';
|
||||
import wootAPI from './apiClient';
|
||||
|
||||
export const getTestimonialContent = () => {
|
||||
return wootAPI.get(wootConstants.TESTIMONIAL_URL);
|
||||
};
|
||||
Reference in New Issue
Block a user