mirror of https://github.com/apache/druid.git
fix coord resource
This commit is contained in:
parent
6581436c0c
commit
8ab0636f5c
|
@ -70,7 +70,7 @@ public class CoordinatorResource
|
|||
}
|
||||
|
||||
@GET
|
||||
@Path("loadqueue")
|
||||
@Path("/loadqueue")
|
||||
@Produces("application/json")
|
||||
public Response getLoadQueue(
|
||||
@QueryParam("simple") String simple
|
||||
|
|
Loading…
Reference in New Issue