Remamed new_node to node. shorter and descriptive.

This commit is contained in:
Pablo Revilla
2025-11-24 09:12:47 -08:00
parent 4150953b96
commit a71f371c85
+1 -1
View File
@@ -197,7 +197,7 @@ async def index(request):
@routes.get("/packet_list/{packet_id}")
async def redirect_packet_list(request):
packet_id = request.match_info["packet_id"]
raise web.HTTPFound(location=f"/new_node/{packet_id}")
raise web.HTTPFound(location=f"/node/{packet_id}")
# redirect for backwards compatibility