mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-02 12:08:01 +00:00
7 lines
194 B
JavaScript
7 lines
194 B
JavaScript
import wootConstants from 'dashboard/constants/globals';
|
|
import wootAPI from './apiClient';
|
|
|
|
export const getTestimonialContent = () => {
|
|
return wootAPI.get(wootConstants.TESTIMONIAL_URL);
|
|
};
|