Skip to content

Commit

Permalink
Fix #110
Browse files Browse the repository at this point in the history
  • Loading branch information
maxidorius committed Jan 11, 2019
1 parent 3e89f0b commit 7805112
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ public class RestBackendConfig {

public static class IdentityEndpoints {

private String single = "/_mxisd/backend/api/v1/identity/lookup/single";
private String bulk = "/_mxisd/backend/api/v1/identity/lookup/bulk";
private String single = "/_mxisd/backend/api/v1/identity/single";
private String bulk = "/_mxisd/backend/api/v1/identity/bulk";

public String getSingle() {
return single;
Expand Down

0 comments on commit 7805112

Please sign in to comment.