Get schedule message endpoint #16

Merged
phoenix merged 10 commits from get_schedule_message into alot_of_changes 2026-06-18 14:19:22 -04:00
Showing only changes of commit af21468180 - Show all commits
+1 -1
View File
@@ -132,7 +132,7 @@ pub mod init {
)
.route(
crate::caller::endpoints::GET_SCHEDULE_MESSAGE,
post(scheduling_endpoints::get_scheduled_messages).route_layer(
get(scheduling_endpoints::get_scheduled_messages).route_layer(
axum::middleware::from_fn(crate::auth::auth::<axum::body::Body>),
),
)