Merge branch 'master' of https://gitlab.chiefsoft.net/MyFit/www-myfit into myFit--ContactPageForm

This commit is contained in:
Chukwumdiebube
2023-01-14 01:26:41 +01:00
5 changed files with 262 additions and 352 deletions
+7 -1
View File
@@ -20,7 +20,13 @@ class SiteService {
return this.postAuxEnd("/contact", null)
}
faqData() {}
faqData() {
return this.getAuxEnd("/faq", null);
}
priceData() {
return this.getAuxEnd("/pricing", null);
}
//---------------------------------------- -----
//---------------------------------------- -----