managed to get webserver up and running. remains to figure out how to get the graph data

This commit is contained in:
Matthew Liu
2023-07-17 02:50:21 -07:00
parent f3df943daa
commit 6cf313ada2
7 changed files with 26 additions and 42 deletions

View File

@@ -29,5 +29,6 @@ async fn main() {
&public,
&private.0,
)
.await
.await;
loop {}
}