Implement /api/mission/clear

This commit is contained in:
Ethan O'Brien
2024-04-08 16:15:20 -05:00
parent 15df55dd34
commit 2115bbb08b
3 changed files with 42 additions and 6 deletions

View File

@ -232,7 +232,6 @@ pub fn detail(_req: HttpRequest, body: String) -> HttpResponse {
to_push["user"].remove("ss_user_id");
to_push["user"].remove("birthday");
user_detail_list.push(to_push).unwrap();
}
let resp = object!{
"code": 0,