Closed Mohmmde1 closed 1 year ago
Visit the preview URL for this PR (updated for commit 7b4b7ad):
https://mindindex-4710b--pr20-scien-34-flashcards-svim3fe1.web.app
(expires Wed, 24 May 2023 13:20:54 GMT)
🔥 via Firebase Hosting GitHub Action 🌎
Sign: 3d0dac97fa8eac2ca452c48ae518f862e94a0ac3
:sparkles: Description
This pull request implements (Update, Delete) operations for a flashcard controller. The following changes were made:
:link: Related Issues
SCIEN-34
:bulb: Additional Information
To test these changes, you can use a tool such as Postman to send requests to the API. To update a flashcard, send a PUT request to /api/flashcards/:id with a JSON payload containing the updated fields of the flashcard, where :id is the ID of the flashcard to be updated. To delete a flashcard, send a DELETE request to /api/flashcards/:id, where :id is the ID of the flashcard to be deleted.
NOT READY TO BE MERGED
Update: READY TO BE MERGED