adds server to serve the static files, fixes db tables

This commit is contained in:
2019-06-18 15:44:49 +02:00
parent ef9124cc74
commit 9b3df58a08
9 changed files with 44 additions and 19 deletions

View File

@@ -23,7 +23,6 @@ pub fn list_players() -> Vec<models::Player> {
players
.load::<models::Player>(&conn)
.expect("Error loading players")
.collect()
}