mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(api): fix duplicate operation id
This commit is contained in:
parent
6b946f53c4
commit
e9b26e5e7d
@ -118,7 +118,7 @@ async def get_batch(
|
|||||||
|
|
||||||
@session_router.get(
|
@session_router.get(
|
||||||
"/batch/{batch_process_id}/sessions",
|
"/batch/{batch_process_id}/sessions",
|
||||||
operation_id="get_batch",
|
operation_id="get_batch_sessions",
|
||||||
responses={200: {"model": list[BatchSession]}},
|
responses={200: {"model": list[BatchSession]}},
|
||||||
)
|
)
|
||||||
async def get_batch_sessions(
|
async def get_batch_sessions(
|
||||||
|
Loading…
Reference in New Issue
Block a user