dev vouch dev on at. thats about it
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

appview: show shortest routes first

Luna 980c73c0 f8225124

+1 -1
+1 -1
appview/lib/atvouch/xrpc_router.ex
··· 90 90 {true, []} 91 91 92 92 {:routes, _, paths} -> 93 - {false, Enum.map(paths, fn path -> %{path: path} end)} 93 + {false, paths |> Enum.sort_by(&length/1) |> Enum.map(fn path -> %{path: path} end)} 94 94 end 95 95 96 96 output = %{