mirror of
https://github.com/kamax-matrix/mxisd.git
synced 2026-05-05 04:16:32 +02:00
Fix #110
This commit is contained in:
parent
3e89f0bc5e
commit
7805112548
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user