aboutsummaryrefslogtreecommitdiff
path: root/server/src/routes/ui/node.rs
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-07-31 21:25:50 +0200
committermetamuffin <metamuffin@disroot.org>2023-07-31 21:25:50 +0200
commit30d4c9f7b60a66176d290394d3aded3d190a9e46 (patch)
tree0958d8df55bf2a9fdb2a46f3bd97f774a924b797 /server/src/routes/ui/node.rs
parenta9a1f430f413887e77345ef0766a12c64cd6f8db (diff)
downloadjellything-30d4c9f7b60a66176d290394d3aded3d190a9e46.tar
jellything-30d4c9f7b60a66176d290394d3aded3d190a9e46.tar.bz2
jellything-30d4c9f7b60a66176d290394d3aded3d190a9e46.tar.zst
change paths
Diffstat (limited to 'server/src/routes/ui/node.rs')
-rw-r--r--server/src/routes/ui/node.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/routes/ui/node.rs b/server/src/routes/ui/node.rs
index f77b157..069f478 100644
--- a/server/src/routes/ui/node.rs
+++ b/server/src/routes/ui/node.rs
@@ -17,7 +17,7 @@ use anyhow::{anyhow, Context};
use jellycommon::{Node, NodeKind};
use rocket::{get, State};
-#[get("/library/<id>")]
+#[get("/n/<id>")]
pub async fn r_library_node(
_sess: Session,
id: String,