#29 fix: correct user endpoint to /api/users/me/
This commit is contained in:
@@ -90,7 +90,7 @@ class DjangoApi {
|
||||
}
|
||||
|
||||
getCurrentUser() {
|
||||
const url = this.base + '/users/me/';
|
||||
const url = this.base + '/api/users/me/';
|
||||
return this.getRequest(url);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user