mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2024-12-05 02:31: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) {
|
getMyUser(options?: RequestOptions) {
|
||||||
return this.#wrapper<object, MyUserInfo>(
|
return this.#wrapper<object, MyUserInfo>(
|
||||||
HttpType.Get,
|
HttpType.Get,
|
||||||
"/account/settings",
|
"/account/my_user",
|
||||||
{},
|
{},
|
||||||
options,
|
options,
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue