mirror of
https://git.ethanthesleepy.one/ethanaobrien/ew
synced 2025-10-09 00:47:19 +08:00
Implement dummy /api/live/reward
This commit is contained in:
@@ -74,6 +74,7 @@ async fn request(req: HttpRequest, body: String) -> HttpResponse {
|
||||
"/api/live/skip" => router::live::skip(req, body),
|
||||
"/api/live/retire" => router::live::retire(req, body),
|
||||
"/api/live/continue" => router::live::continuee(req, body),
|
||||
"/api/live/reward" => router::live::reward(req, body),
|
||||
"/api/mission/clear" => router::mission::clear(req, body),
|
||||
"/api/mission/receive" => router::mission::receive(req, body),
|
||||
"/api/home/preset" => router::home::preset(req, body),
|
||||
|
Reference in New Issue
Block a user