SuccessChanges

Summary

  1. tsk10 Adds and endpoint to get a story by id (details)
Commit 66d5c03974d6f89c53d7a928a0d89b953e19a3f3 by ivizcaya
tsk10 Adds and endpoint to get a story by id
Adds annotation @PermitAll in StoryEJB. Adds getStoryById in
StoryResource and his test.
The file was modifiedrest/src/main/java/microstories/rest/StoryResource.java (diff)
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResourceRestTest.java (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJB.java (diff)