mirror of
https://github.com/pablorevilla-meshtastic/meshview.git
synced 2026-06-22 02:55:03 +02:00
Remamed new_node to node. shorter and descriptive.
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user