little fixes

This commit is contained in:
2019-07-15 16:07:25 +02:00
parent 4b55964786
commit 441b7f5ad6
2 changed files with 4 additions and 4 deletions

View File

@@ -13,5 +13,5 @@ fn main() {
// Server is started with 'serve' subcommand
// $ lootalot serve
// Start the server.
server::serve();
server::serve().ok();
}