temp redirect
All checks were successful
CI/CD Pipeline / test (push) Successful in 1m27s
CI/CD Pipeline / deploy (push) Successful in 1m19s

This commit is contained in:
2025-08-22 07:15:06 +02:00
parent 34811c15af
commit 2411320522

View File

@@ -10,7 +10,7 @@ use tokio_stream::Stream;
pub async fn stream_handler(State(state): State<Arc<AppState>>) -> Redirect {
let url = newest_morning_journal_streaming_url().await.unwrap();
Redirect::to(&url)
Redirect::temporary(&url)
//state.clone().check_update().await;