mirror of
https://github.com/Steffo99/distributed-arcade.git
synced 2024-11-21 15:44:26 +00:00
Remove unused RouteScorePutOutput
This commit is contained in:
parent
0b8e571a55
commit
1863bb32a2
1 changed files with 0 additions and 8 deletions
|
@ -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/`.
|
/// Handler for `PUT /score/`.
|
||||||
pub(crate) async fn route_score_put(
|
pub(crate) async fn route_score_put(
|
||||||
// Request headers
|
// Request headers
|
||||||
|
|
Loading…
Reference in a new issue