feat: introduce global AI task dashboard, enhance user profiles with new fields, and update database models with default implementations.

This commit is contained in:
2026-03-06 12:37:39 -03:00
parent c034f7223d
commit 997af5d473
5 changed files with 82 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
+use crate::handlers::run_transcription_task;
use crate::handlers::run_transcription_task;
use axum::{
Json,
extract::{Path, State},