mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2024-12-04 18:21:12 +00:00
fix path
This commit is contained in:
parent
a848f909da
commit
aba75f7f32
1 changed files with 1 additions and 1 deletions
|
@ -282,7 +282,7 @@ export class LemmyHttp {
|
|||
getMyUser(options?: RequestOptions) {
|
||||
return this.#wrapper<object, MyUserInfo>(
|
||||
HttpType.Get,
|
||||
"/account/settings",
|
||||
"/account/my_user",
|
||||
{},
|
||||
options,
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue