Server tools to backfill, tail, mirror, and verify PLC logs

oops lost the root. nest?

+1 -1
+1 -1
src/mirror.rs
··· 509 509 } 510 510 511 511 let app = Route::new() 512 - .at("/:any", get(oop_plz_be_secure)) 513 512 .at("/favicon.ico", get(favicon)) 513 + .nest("/", get(oop_plz_be_secure)) 514 514 .with(Tracing); 515 515 Server::new(TcpListener::bind(if ipv6 { 516 516 "[::]:80"