diff --git a/src/routes/replay.rs b/src/routes/replay.rs index da21ee4..59d20be 100644 --- a/src/routes/replay.rs +++ b/src/routes/replay.rs @@ -11,6 +11,7 @@ use serde_json::json; use crate::Result; +/// load up and play the replay #[get("/+{id}")] pub async fn get(id: Path, hb: Data>) -> Result { let mut path = PathBuf::from("replays");