mirror of https://github.com/apache/druid.git
backwards compatibility fix
This commit is contained in:
parent
158a725985
commit
7800dac7f7
|
@ -30,7 +30,7 @@ import javax.ws.rs.core.Response;
|
|||
/**
|
||||
*/
|
||||
@Deprecated
|
||||
@Path("/druid/coordinator")
|
||||
@Path("/coordinator")
|
||||
public class BackwardsCompatibleCoordinatorResource
|
||||
{
|
||||
private final DruidCoordinator coordinator;
|
||||
|
|
Loading…
Reference in New Issue