mirror of
https://git.ethanthesleepy.one/ethanaobrien/ew
synced 2025-10-09 00:47:19 +08:00
Fully implement /api/live/ranking
This commit is contained in:
@@ -131,7 +131,7 @@ async fn live_guest(req: HttpRequest, body: String) -> HttpResponse { router::li
|
||||
async fn live_mission(req: HttpRequest, body: String) -> HttpResponse { router::live::mission(req, body) }
|
||||
|
||||
#[post("/api/live/ranking")]
|
||||
async fn live_ranking(req: HttpRequest, body: String) -> HttpResponse { router::live::ranking(req, body) }
|
||||
async fn live_ranking(req: HttpRequest, body: String) -> HttpResponse { router::clear_rate::ranking(req, body) }
|
||||
|
||||
#[post("/api/event")]
|
||||
async fn event(req: HttpRequest, body: String) -> HttpResponse { router::event::event(req, body) }
|
||||
|
Reference in New Issue
Block a user