remove put method
This commit is contained in:
parent
1e329099f9
commit
d8d60d294e
|
@ -37,7 +37,6 @@ public class RestRolloverIndexAction extends BaseRestHandler {
|
||||||
@Inject
|
@Inject
|
||||||
public RestRolloverIndexAction(Settings settings, RestController controller, Client client) {
|
public RestRolloverIndexAction(Settings settings, RestController controller, Client client) {
|
||||||
super(settings, client);
|
super(settings, client);
|
||||||
controller.registerHandler(RestRequest.Method.PUT, "/{alias}/_rollover", this);
|
|
||||||
controller.registerHandler(RestRequest.Method.POST, "/{alias}/_rollover", this);
|
controller.registerHandler(RestRequest.Method.POST, "/{alias}/_rollover", this);
|
||||||
controller.registerHandler(RestRequest.Method.GET, "/{alias}/_rollover", this);
|
controller.registerHandler(RestRequest.Method.GET, "/{alias}/_rollover", this);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue