Can get the name of a room through the API

This commit is contained in:
2025-02-26 20:47:32 +01:00
parent 53186d2e24
commit 4589b3b339
4 changed files with 36 additions and 1 deletions

View File

@@ -3,6 +3,7 @@ use crate::server::HttpResult;
use actix_web::HttpResponse;
pub mod account;
pub mod rooms;
pub mod ws;
/// API Home route