Can get user information

This commit is contained in:
2025-02-27 20:08:13 +01:00
parent 6adc0c1fbb
commit 3640f72d73
5 changed files with 59 additions and 24 deletions

View File

@@ -4,6 +4,7 @@ use actix_web::HttpResponse;
pub mod account;
pub mod media;
pub mod profile;
pub mod room;
pub mod ws;