mirror of
https://github.com/perstarkse/minne.git
synced 2026-04-26 18:58:29 +02:00
feat: improved configuration
configuration now works with both env variables and config file
This commit is contained in:
@@ -151,7 +151,6 @@ pub async fn show_active_jobs(
|
||||
State(state): State<HtmlState>,
|
||||
RequireUser(user): RequireUser,
|
||||
) -> Result<impl IntoResponse, HtmlError> {
|
||||
return Ok(TemplateResponse::server_error());
|
||||
let active_jobs = User::get_unfinished_ingestion_tasks(&user.id, &state.db).await?;
|
||||
|
||||
Ok(TemplateResponse::new_partial(
|
||||
|
||||
Reference in New Issue
Block a user