summaryrefslogtreecommitdiff
path: root/webapp/src/routing.rs
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/src/routing.rs')
-rw-r--r--webapp/src/routing.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/webapp/src/routing.rs b/webapp/src/routing.rs
index e451791..57d4af0 100644
--- a/webapp/src/routing.rs
+++ b/webapp/src/routing.rs
@@ -5,8 +5,6 @@ use uuid::Uuid;
pub enum Route {
#[at("/")]
Home,
- #[at("/playground")]
- Playground,
#[at("/table/:id")]
Table { id: Uuid },
}