Browse Source

whoops

devel
Rohan Sircar 3 years ago
committed by GitHub
parent
commit
e3f1cdf3f9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/main.rs

2
src/main.rs

@ -110,5 +110,7 @@ async fn main() -> std::io::Result<()> {
server.bind(addr)?
};
println!("whoops");
server.run().await
}
Loading…
Cancel
Save