serve static site

This commit is contained in:
Marin Postma
2021-04-21 13:49:21 +02:00
parent bb79695e44
commit 6bcf20c70e
7 changed files with 114 additions and 36 deletions

View File

@ -79,6 +79,7 @@ async fn main() -> Result<(), MainError> {
Ok(())
}
#[allow(unused_variables)]
async fn run_http(
data: Data,
opt: Opt,