This commit is contained in:
Justus Winter 2019-03-12 13:49:37 +01:00
parent bd46c1aa2a
commit 9c6449d542
No known key found for this signature in database
GPG Key ID: 686F55B4AB2B3386
2 changed files with 1 additions and 1 deletions

View File

@ -365,7 +365,7 @@ fn manage_post(state: rocket::State<State>,
return MyResponse::ise(e);
}
MyResponse::ok("delete", context)
MyResponse::ok("deletion-requested", context)
}
Err(e) => MyResponse::ise(e),
}