[Refactor] Frontend API Calls should be kept under the Service folder for contact us Fixed
[Refactor] Frontend API Calls should be kept under the Service folder for contact us Fixed
Issue that this pull request solves
Issue Link resolve #968 Closes: #968
Brief description of what is fixed or changed
Refactoring the contact us page and make all api's related to contact us in a one file.
Types of changes
Put an x in the boxes that apply
- [x] Bugfix (non-breaking change which fixes an issue)
- [x] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] Documentation update (Documentation content changed)
- [ ] Other (please describe):
Checklist
Put an x in the boxes that apply
- [x] My code follows the style guidelines of this project
- [x] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] My changes generate no new warnings
- [ ] My changes does not break the current system and it passes all the current test cases.
@Kajol-Kumari If you had a free time please check and merge it
@Hemu21 also, can we please keep the service folder inside src directly instead of pages? for each page, there will be respective file in the folder
@Kajol-Kumari can you please check It. it is updated now. Service folder is under src only. I made all requested changes.