Merge pull request #959 from metamx/remove-health-endpoint

/status replaces /health
This commit is contained in:
Fangjin Yang 2014-12-11 10:03:05 -07:00
commit dfecfb71be
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ import java.util.List;
/**
*/
@Path("/{a:status|health}")
@Path("/status")
public class StatusResource
{
@GET