提交遗漏 (#228)

This commit is contained in:
lixinyue11
2026-01-29 10:13:55 +08:00
committed by GitHub
parent 10c87edae1
commit 4d80e119f7

View File

@@ -233,7 +233,7 @@ def update_config_extracted(
@router.get("/read_config_extracted", response_model=ApiResponse) # 通过查询参数读取某条配置(固定路径) 没有意义的话就删除
def read_config_extracted(
config_id: UUID,
config_id: UUID | int,
current_user: User = Depends(get_current_user),
db: Session = Depends(get_db),
) -> dict: