Closed Shariq2003 closed 1 week ago
Thank you for submitting your pull request! š We'll review it as soon as possible. š
Thank you for submitting your pull request! š We'll review it as soon as possible. š
Conflicts fix pls
@rishicds sir, review now
fix #493
This PR introduces support for fetching FAQs and Posts data from a JSON server, replacing the previous static import of FAQs and Posts data. The changes include:
Implemented JSON Server for FAQs and Posts:
http://localhost:5000/faqs and http://localhost:5000/posts
).FAQs and Posts Page Updates:
FAQs and Posts
import.Changes Made:
data.json
.GET
requests tohttp://localhost:5000/faqs and http://localhost:5000/posts
to fetch and display FAQs and Posts.Related Issue:
Closes #493
How to Test:
Checklist
Please confirm the following: