mirror of
https://git.ethanthesleepy.one/ethanaobrien/ew
synced 2025-10-09 00:47:19 +08:00
no warngninsngs
This commit is contained in:
@@ -31,7 +31,7 @@ pub fn home(req: HttpRequest, body: String) -> Option<JsonValue> {
|
||||
})
|
||||
}
|
||||
|
||||
pub fn start(req: HttpRequest, _body: String) -> Option<JsonValue> {
|
||||
pub fn start(_req: HttpRequest, _body: String) -> Option<JsonValue> {
|
||||
Some(object!{"select_talk_id_list":[],"get_item_list":[],"is_read":0})
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user