Merge branch 'develop' into feat/open-article-endpoint

This commit is contained in:
Shivam Mishra
2026-06-10 16:40:34 +05:30
committed by GitHub
20 changed files with 185 additions and 294 deletions
@@ -9,6 +9,10 @@ class OnboardingAPI extends ApiClient {
update(data) {
return axios.patch(this.url, data);
}
getHelpCenterGeneration() {
return axios.get(`${this.url}/help_center_generation`);
}
}
export default new OnboardingAPI();