added dates, clippy fixes, sync date improvement

This commit is contained in:
2023-11-14 19:09:21 +01:00
parent ea754b6f3e
commit 91eeb29b06
6 changed files with 49 additions and 8 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ async fn main() -> std::io::Result<()> {
}
})
.configure(views::views_factory);
return app;
app
})
.bind("127.0.0.1:8001")?
.run()