Merge branch 'develop' into feat/idb-push-invalidation

This commit is contained in:
Sivin Varghese
2026-06-10 23:32:27 +05:30
committed by GitHub
25 changed files with 210 additions and 376 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();