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 6cb57f5f41 - Show all commits
+1 -1
View File
@@ -113,7 +113,7 @@ pub mod init {
)
.route(
crate::caller::endpoints::GET_MESSAGE,
post(message_endpoints::get_messages).route_layer(axum::middleware::from_fn(
get(message_endpoints::get_messages).route_layer(axum::middleware::from_fn(
crate::auth::auth::<axum::body::Body>,
)),
)