mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-01 16:39:11 +00:00
This change makes the root (/) rest api delegate to a transport action to get the data for the response. This aligns this rest api with all of the other apis, which delegate to one or more actions. In doing this, unit tests were added to provide coverage of the RestMainAction and the associated classes.