mustafa-tariqk / mindscape

Experience the truth of the trip
https://research.cs.queensu.ca/home/cisc498/index.html
MIT License
16 stars 0 forks source link

Update Fetch Requests for Server Changes #77

Closed IbDaGib closed 5 months ago

IbDaGib commented 5 months ago

Is your feature request related to a problem? Please describe. Yes, the recent server changes have broken our current fetch requests. I'm finding it increasingly difficult to ensure our app's functionality remains stable with these updates.

Describe the solution you'd like I would like the fetch requests within our application to be updated to align with the server's new changes. This update should ensure seamless communication with the backend, maintaining the app's performance and reliability.

Describe alternatives you've considered As an alternative, we could consider implementing a temporary middleware to adapt the outgoing requests to the server's new expectations. However, updating the fetch requests directly seems like the more sustainable solution.

Additional context None