serve static site

This commit is contained in:
Marin Postma 2021-04-21 13:49:21 +02:00
parent bb79695e44
commit 6bcf20c70e
No known key found for this signature in database
GPG key ID: D5241F0C0C865F30
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,