bump: textsender_models
Rust Build / Rustfmt (pull_request) Successful in 1m32s
Rust Build / Clippy (pull_request) Failing after 1m37s
Rust Build / Check (pull_request) Successful in 1m40s

This commit is contained in:
2026-07-04 19:48:12 -04:00
parent 9dba08f179
commit d3f040bde6
7 changed files with 52 additions and 650 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ pub mod init {
match std::env::var(textsender_models::envy::keys::APP_ENV).as_deref() {
Ok("production") => {
let allowed_origins_env =
textsender_models::envy::environment::get_allowed_origins().await;
textsender_models::envy::environment::get_allowed_origins();
match textsender_models::envy::utility::delimitize(&allowed_origins_env) {
Ok(alwd) => {
let allowed_origins: Vec<axum::http::HeaderValue> = alwd