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 1fec37b09a - Show all commits
+6
View File
@@ -130,6 +130,12 @@ pub mod init {
axum::middleware::from_fn(crate::auth::auth::<axum::body::Body>),
),
)
.route(
crate::caller::endpoints::GET_SCHEDULE_MESSAGE,
post(scheduling_endpoints::get_scheduled_messages).route_layer(
axum::middleware::from_fn(crate::auth::auth::<axum::body::Body>),
),
)
.layer(cors::configure_cors().await)
}