mirror of
https://git.ethanthesleepy.one/ethanaobrien/ew
synced 2026-07-14 01:32:19 +08:00
no warngninsngs
This commit is contained in:
@@ -3,13 +3,12 @@ use actix_web::{HttpRequest};
|
||||
|
||||
|
||||
//todo
|
||||
pub fn reward(req: HttpRequest) -> Option<JsonValue> {
|
||||
|
||||
pub fn reward(_req: HttpRequest) -> Option<JsonValue> {
|
||||
Some(object!{
|
||||
"reward_list": []
|
||||
})
|
||||
}
|
||||
|
||||
pub fn reward_post(req: HttpRequest, _body: String) -> Option<JsonValue> {
|
||||
pub fn reward_post(_req: HttpRequest, _body: String) -> Option<JsonValue> {
|
||||
Some(array![])
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user