mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Update invokeai/app/api/routers/model_records.py
Co-authored-by: Ryan Dick <ryanjdick3@gmail.com>
This commit is contained in:
parent
33a412a24f
commit
433f347d7e
@ -34,7 +34,7 @@ ModelsListValidator = TypeAdapter(ModelsList)
|
||||
|
||||
@model_records_router.get(
|
||||
"/",
|
||||
operation_id="list_model_recordss",
|
||||
operation_id="list_model_records",
|
||||
responses={200: {"model": ModelsList}},
|
||||
)
|
||||
async def list_model_records(
|
||||
|
Loading…
x
Reference in New Issue
Block a user