Skip to content

Commit 7167679

Browse files
Fixed error with path name
1 parent 9e0ffec commit 7167679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/uid2/admin/vertx/Endpoints.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public enum Endpoints {
1212
API_CLIENT_KEYID("/api/client/keyId"),
1313
API_CLIENT_CONTACT("/api/client/contact"),
1414
API_CLIENT_REVEAL("/api/client/reveal"),
15-
API_CLIENT_ADD("/api/client/list/add"),
15+
API_CLIENT_ADD("/api/client/add"),
1616
API_CLIENT_DEL("/api/client/del"),
1717
API_CLIENT_UPDATE("/api/client/update"),
1818
API_CLIENT_DISABLE("/api/client/disable"),

0 commit comments

Comments
 (0)