feat: ability to make a realm user-teleport
This commit is contained in:
parent
b7624d765b
commit
80c03483ee
3 changed files with 15 additions and 1 deletions
|
|
@ -294,7 +294,7 @@ pub fn AvatarEditorPopup(
|
|||
set_inventory_loading.set(true);
|
||||
|
||||
spawn_local(async move {
|
||||
let response = Request::get("/api/inventory").send().await;
|
||||
let response = Request::get("/api/user/me/inventory").send().await;
|
||||
match response {
|
||||
Ok(resp) if resp.ok() => {
|
||||
if let Ok(data) = resp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue