Instant message #24

Merged
phoenix merged 14 commits from instant_message into alot_of_changes 2026-06-20 20:07:19 -04:00
Showing only changes of commit 344e8b7480 - Show all commits
+6
View File
@@ -183,6 +183,12 @@ pub mod init {
axum::middleware::from_fn(crate::auth::auth::<axum::body::Body>),
),
)
.route(
crate::caller::endpoints::INSTANT_MESSAGE,
post(crate::caller::instant::endpoint::send_message).route_layer(
axum::middleware::from_fn(crate::auth::auth::<axum::body::Body>),
),
)
.layer(cors::configure_cors().await)
}