This commit is contained in:
2026-08-22 20:34:43 +02:00
parent 120b6cf4d5
commit da151c13ed
14 changed files with 366 additions and 21 deletions
+2
View File
@@ -8,6 +8,7 @@ pub mod attachment;
pub mod auth;
pub mod category;
pub mod channel;
pub mod conversation;
pub mod core;
pub mod emoji;
pub mod gateway;
@@ -23,6 +24,7 @@ pub fn router() -> OxRouter {
.merge(server::routes::router())
.merge(category::routes::router())
.merge(channel::routes::router())
.merge(conversation::routes::router())
.merge(role::routes::router())
.merge(message::routes::router())
.merge(user::routes::router())