changed score calculation and added sorting and 'new' tag
This commit is contained in:
@@ -52,7 +52,7 @@ async fn main() -> anyhow::Result<()> {
|
||||
.init();
|
||||
|
||||
let shared_state = Arc::new(AppState {
|
||||
app_name: "Quick rust website template".to_string(),
|
||||
app_name: "Slimes Leaderboards".to_string(),
|
||||
});
|
||||
|
||||
let app = Router::new()
|
||||
|
||||
Reference in New Issue
Block a user