adds server to serve the static files, fixes db tables
This commit is contained in:
@@ -23,7 +23,6 @@ pub fn list_players() -> Vec<models::Player> {
|
||||
players
|
||||
.load::<models::Player>(&conn)
|
||||
.expect("Error loading players")
|
||||
.collect()
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user