🔀 refactor(endpoints.py): rename process_flow function to process for better naming consistency and clarity
This commit is contained in:
parent
ddd480fb23
commit
6ec51a0d22
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ def get_all(
|
|||
"/process/{flow_id}",
|
||||
response_model=ProcessResponse,
|
||||
)
|
||||
async def process_flow(
|
||||
async def process(
|
||||
session: Annotated[Session, Depends(get_session)],
|
||||
flow_id: str,
|
||||
inputs: Optional[dict] = None,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue