Got it working
Rust Build / Rustfmt (pull_request) Failing after 36s
Rust Build / Test Suite (pull_request) Has been cancelled

This commit is contained in:
2026-06-17 17:07:25 -04:00
parent 5daee39a4e
commit 20bd0f9e4d
3 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -126,7 +126,7 @@ pub mod init {
)
.route(
crate::caller::endpoints::SCHEDULE_MESSAGE,
get(scheduling_endpoints::schedule_message).route_layer(axum::middleware::from_fn(
post(scheduling_endpoints::schedule_message).route_layer(axum::middleware::from_fn(
crate::auth::auth::<axum::body::Body>,
)),
)