diff --git a/web/src/main.rs b/web/src/main.rs index 46d4d79..097b915 100644 --- a/web/src/main.rs +++ b/web/src/main.rs @@ -98,6 +98,7 @@ async fn not_found() -> impl Responder { #[actix_web::main] async fn main() -> std::io::Result<()> { env_logger::init(); + println!("Starting pronouns-today-web on 127.0.0.1:8080"); HttpServer::new(|| { let logger = Logger::default(); App::new()