mirror of
https://git.ethanthesleepy.one/ethanaobrien/ew.git
synced 2025-05-13 11:37:33 -05:00
Silence errors
This commit is contained in:
parent
b8f333e1e2
commit
751e37e02e
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ pub fn error(_req: HttpRequest, body: String) -> HttpResponse {
|
|||
println!("client error: {}", body["code"]);
|
||||
|
||||
let resp = object!{
|
||||
"code": 4,
|
||||
"code": 2,
|
||||
"server_time": global::timestamp(),
|
||||
"message": ""
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue