This commit is contained in:
2025-08-19 14:33:03 +08:00
parent aa852ce369
commit 521d5e032b
2 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ from Config import Config
from ElasticSearch.Utils.EsSearchUtil import EsSearchUtil
# 创建路由路由器
router = APIRouter(prefix="/qa", tags=["答疑"])
router = APIRouter(prefix="/api/qa", tags=["答疑"])
# 配置日志
logger = logging.getLogger(__name__)