Bugfix/#48-annotationapi-endpoints
Bug fix
Related Tickets
Does the result of the MR comply to our "definition of done"?
-
Unit tests passed -
Code reviewed -
Acceptance criteria met -
Functional tests passed -
Non-Functional requirements met -
Product Owner accepts the User Story
Related
Closes
Closes #48 (closed)
Summary
The endpoints had been designed for local use only. The server requires a /api
as prefix which
hasn't been considered for the endpoints building upon the entrypoint. Furthermore, the design of
ahiqar_collection.xml
lead to duplicates which caused the map function to crash, resulting in an HTTP 500
error.
Changelog
-
I added a statement to the CHANGELOG.
Version number
-
I bumped the version number in build.properties
.