From 5617429296403e8d3092df85b1f60b4bf17be7b1 Mon Sep 17 00:00:00 2001 From: rascul Date: Sun, 24 Jul 2022 10:10:53 -0500 Subject: [PATCH] descript what this function does --- src/routes/replay.rs | 1 + 1 file changed, 1 insertion(+) 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");