SuccessChanges

Summary

  1. tsk74: Adds endpoint to remove microstory from favorites with tests (details)
Commit 995221bacdc8b7aaea07b6fe62f6d937a5b33a28 by senrapastorizabreixo
tsk74: Adds endpoint to remove microstory from favorites with tests
Introduced a DELETE `/user/{login}/microstory/favourite/{id}` endpoint
in `StoryResource` to handle removal of a microstory from favorites.
Implemented proper error handling for not found and unauthorized cases.
Added corresponding test cases to validate all scenarios.
The file was modifiedrest/src/test/java/es/uvigo/esei/microstories/rest/StoryResourceRestTest.java
The file was modifiedrest/src/main/java/es/uvigo/esei/microstories/rest/StoryResource.java