feat: 初始化考培练系统项目
- 从服务器拉取完整代码 - 按框架规范整理项目结构 - 配置 Drone CI 测试环境部署 - 包含后端(FastAPI)、前端(Vue3)、管理端 技术栈: Vue3 + TypeScript + FastAPI + MySQL
This commit is contained in:
5
backend/app/api/v1/sql_executor_simple_auth.py
Normal file
5
backend/app/api/v1/sql_executor_simple_auth.py
Normal file
@@ -0,0 +1,5 @@
|
||||
"""
|
||||
SQL 执行器 API - 简化认证版本(已删除,功能已整合到主文件)
|
||||
"""
|
||||
# 此文件的功能已经整合到 sql_executor.py 中
|
||||
# 请使用 /api/v1/sql/execute-simple 端点
|
||||
Reference in New Issue
Block a user