bugfix get_flow_by_appid
This commit is contained in:
@@ -238,7 +238,7 @@ async def action_data(
|
|||||||
|
|
||||||
@r.get(
|
@r.get(
|
||||||
"/flow/{appid}",tags=["App"],
|
"/flow/{appid}",tags=["App"],
|
||||||
response_model=ApiReturnModel[Flow|None],
|
response_model=ApiReturnModel[List[Flow]|None],
|
||||||
response_model_exclude_none=True,
|
response_model_exclude_none=True,
|
||||||
)
|
)
|
||||||
async def flow_details(
|
async def flow_details(
|
||||||
|
|||||||
Reference in New Issue
Block a user