feat: ability to make a realm user-teleport

This commit is contained in:
Evan Carroll 2026-01-23 12:22:45 -06:00
parent b7624d765b
commit 80c03483ee
3 changed files with 15 additions and 1 deletions

View file

@ -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