diff options
Diffstat (limited to 'server/src/routes/api')
-rw-r--r-- | server/src/routes/api/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/routes/api/mod.rs b/server/src/routes/api/mod.rs index 025653b..f7d1846 100644 --- a/server/src/routes/api/mod.rs +++ b/server/src/routes/api/mod.rs @@ -29,7 +29,7 @@ use std::ops::Deref; #[get("/api")] pub fn r_api_root() -> Redirect { - Redirect::moved("https://codeberg.org/metamuffin/jellything/src/branch/master/api.md") + Redirect::moved("https://jellything.metamuffin.org/book/api.html#jellything-http-api") } #[get("/api/version")] |