add missing v2 prefix to customnode/installed route

This commit is contained in:
bymyself 2025-04-09 14:59:06 -07:00
parent 163782e445
commit d9918cf773

View File

@ -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')