Skip to content

Commit

Permalink
Fix Typo in REST handler
Browse files Browse the repository at this point in the history
  • Loading branch information
jkakavas committed Dec 11, 2018
1 parent 32344e7 commit 9bf0999
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public final class RestGetTokenAction extends SecurityBaseRestHandler {
public RestGetTokenAction(Settings settings, RestController controller, XPackLicenseState xPackLicenseState) {
super(settings, xPackLicenseState);
controller.registerHandler(POST, "/_xpack/security/oauth2/token", this);
controller.registerHandler(POST, "/_/security/oauth2/token", this);
controller.registerHandler(POST, "/_security/oauth2/token", this);
}

@Override
Expand Down

0 comments on commit 9bf0999

Please sign in to comment.