fix: add missing db module import and fix router merge issue

Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
This commit is contained in:
Andrew Phillips
2025-08-12 17:09:12 -03:00
parent 4d3a9fd3ac
commit 8207c29d9c

View File

@@ -1,3 +1,4 @@
use crate::db;
use crate::modes::server::AppState;
use anyhow::Result;
use axum::{