Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
You have to create a new route called MappingRoutes, define an API for list all existing mappings
Request:
HTTP GET /mappings
Response:
in case of no error, return 200 status code with body:
{ "source1@address.domain": ["destination11@address.domain1", "destination12@address1.domain"], "source2@address.otherDomain": ["destination1@address.otherDomain", "destination12@address1.otherDomain1"], ... }
write test MappingRoutesTest for the route