From 833de8ba4224fe2d60b5be23cf18fec24a7d388f Mon Sep 17 00:00:00 2001 From: canglan Date: Mon, 13 Apr 2026 20:33:16 +0800 Subject: [PATCH] =?UTF-8?q?debug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/routes/debug.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/routes/debug.py b/backend/routes/debug.py index cf3d54c..5f66e4e 100644 --- a/backend/routes/debug.py +++ b/backend/routes/debug.py @@ -11,7 +11,7 @@ from fastapi import APIRouter, Request from pydantic import BaseModel -from typing import Optional +from typing import Optional, List from config import settings from services.admin_service import AdminService