Get message endpoint #14

Merged
phoenix merged 13 commits from get_message into alot_of_changes 2026-06-17 15:54:27 -04:00
Showing only changes of commit c9968818a4 - Show all commits
+6
View File
@@ -111,6 +111,12 @@ pub mod init {
crate::auth::auth::<axum::body::Body>,
)),
)
.route(
crate::caller::endpoints::GET_MESSAGE,
post(message_endpoints::get_messages).route_layer(axum::middleware::from_fn(
crate::auth::auth::<axum::body::Body>,
)),
)
.layer(cors::configure_cors().await)
}