Saving changes
Rust Build / Rustfmt (pull_request) Successful in 40s
Rust Build / Test Suite (pull_request) Failing after 1m39s
Rust Build / Clippy (pull_request) Failing after 1m20s
Rust Build / Check (pull_request) Failing after 2m28s
Rust Build / build (pull_request) Failing after 1m59s

This commit is contained in:
2026-06-13 14:52:34 -04:00
parent f29c876ad6
commit 93ab1d5db0
2 changed files with 98 additions and 98 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ async fn main() {
// initialize tracing
tracing_subscriber::fmt::init();
match tokio::net::TcpListener::bind(textsender_api::config::host::get_full()).await {
match tokio::net::TcpListener::bind(textsender_api::config::host::get_full()).await {
Ok(listener) => {
// build our application with routes
let app = textsender_api::config::init::app().await;