This commit is contained in:
Brandon Rising 2024-02-22 09:13:50 -05:00 committed by Brandon
parent 19b9a22d93
commit 970d45f691

View File

@ -234,6 +234,7 @@ async def list_tags() -> Set[str]:
result: Set[str] = record_store.list_tags()
return result
@model_manager_router.get(
"/scan_folder",
operation_id="scan_for_models",