mirror of https://github.com/apache/druid.git
/status replaces /health
This commit is contained in:
parent
6104cad74a
commit
eb661d3130
|
@ -34,7 +34,7 @@ import java.util.List;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*/
|
*/
|
||||||
@Path("/{a:status|health}")
|
@Path("/status")
|
||||||
public class StatusResource
|
public class StatusResource
|
||||||
{
|
{
|
||||||
@GET
|
@GET
|
||||||
|
|
Loading…
Reference in New Issue