add inventory endpoint

This commit is contained in:
2025-09-26 16:51:08 +02:00
parent 32fe134743
commit 1dc71e451b
7 changed files with 86 additions and 0 deletions

View File

@@ -5,3 +5,4 @@ pub mod utils;
pub mod routes;
pub mod rooms;
pub mod chat;
pub mod inventory;