add missing v2 prefix to customnode/installed route

This commit is contained in:
bymyself 2025-04-09 14:59:06 -07:00
parent 5ce170b7ce
commit 05f1a8ab0d

View File

@ -808,7 +808,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')