Implement star event ranking table (ish?)

This commit is contained in:
Ethan O'Brien
2024-07-21 23:23:43 -05:00
parent 73e625eea9
commit 4ee98b2271
2 changed files with 42 additions and 6 deletions

View File

@@ -26,6 +26,7 @@ pub mod exchange;
pub mod items;
pub mod databases;
pub mod location;
pub mod event_ranking;
use actix_web::{
HttpResponse,