mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-10-06 19:00:48 +00:00
split api/client/room
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
7450c654ae
commit
f36757027e
5 changed files with 388 additions and 352 deletions
9
src/api/client/room/mod.rs
Normal file
9
src/api/client/room/mod.rs
Normal file
|
@ -0,0 +1,9 @@
|
|||
mod aliases;
|
||||
mod create;
|
||||
mod event;
|
||||
mod upgrade;
|
||||
|
||||
pub(crate) use self::{
|
||||
aliases::get_room_aliases_route, create::create_room_route, event::get_room_event_route,
|
||||
upgrade::upgrade_room_route,
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue