1
Fork 0
mirror of https://github.com/Steffo99/distributed-arcade.git synced 2024-10-16 06:27:30 +00:00

Remove unused RouteScorePutOutput

This commit is contained in:
Steffo 2022-11-12 16:16:22 +01:00
parent 0b8e571a55
commit 1863bb32a2
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -25,14 +25,6 @@ pub(crate) struct RouteScorePutInput {
}
/// Expected output data for `PUT /score/`.
#[derive(Clone, Debug, Serialize, Deserialize)]
pub(crate) struct RouteScorePutOutput {
/// The best score of the player.
score: f64,
}
/// Handler for `PUT /score/`.
pub(crate) async fn route_score_put(
// Request headers