aboutsummaryrefslogtreecommitdiff
path: root/vnext/src/api/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'vnext/src/api/index.js')
-rw-r--r--vnext/src/api/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/vnext/src/api/index.js b/vnext/src/api/index.js
index 90c8b15e..ab26a359 100644
--- a/vnext/src/api/index.js
+++ b/vnext/src/api/index.js
@@ -32,7 +32,7 @@ export function me(username = '', password = '') {
}
export function info(username) {
- return client.get(`/info/${username}`);
+ return client.get(`/users?uname=${username}`);
}
export function getChats() {