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 224d278bdf - Show all commits
+1 -1
View File
@@ -31,7 +31,7 @@ pub mod response {
pub data: Vec<textsender_models::message::Message>,
}
pub use AddMessageResponse as GetMessageResponse;
pub use AddMessageResponse as GetMessageResponse;
}
pub mod endpoint {