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

Configure Feed

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

oops lost the root. nest?

phil 8f6f51bd 27883782

+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"