Get scheduled message event (#18)
Reviewed-on: phoenix/textsender_api#18
This commit was merged in pull request #18.
This commit is contained in:
@@ -142,6 +142,12 @@ pub mod init {
|
||||
axum::middleware::from_fn(crate::auth::auth::<axum::body::Body>),
|
||||
),
|
||||
)
|
||||
.route(
|
||||
crate::caller::endpoints::GET_SCHEDULED_MESSAGE_EVENT,
|
||||
get(scheduling_endpoints::get_scheduled_message_events).route_layer(
|
||||
axum::middleware::from_fn(crate::auth::auth::<axum::body::Body>),
|
||||
),
|
||||
)
|
||||
.layer(cors::configure_cors().await)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user