mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-17 02:12:58 +08:00
add missing v2 prefix to customnode/installed route
This commit is contained in:
parent
163782e445
commit
d9918cf773
@ -991,7 +991,7 @@ def populate_markdown(x):
|
||||
|
||||
# freeze imported version
|
||||
startup_time_installed_node_packs = core.get_installed_node_packs()
|
||||
@routes.get("/customnode/installed")
|
||||
@routes.get("/v2/customnode/installed")
|
||||
async def installed_list(request):
|
||||
mode = request.query.get('mode', 'default')
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user