Merge branch 'develop' into feat/read-only-token

This commit is contained in:
Shivam Mishra
2026-06-10 16:39:19 +05:30
committed by GitHub
43 changed files with 517 additions and 414 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();