diff options
author | metamuffin <metamuffin@disroot.org> | 2024-04-14 02:42:46 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-04-14 02:42:46 +0200 |
commit | c538a98c78fadf92553a023d32ff24e377e93461 (patch) | |
tree | b63ca191a215fc454e495aac029b7726d97a12bc /server | |
parent | 11251b63d67625319abfdb7572a9f7f40caf4c02 (diff) | |
download | jellything-c538a98c78fadf92553a023d32ff24e377e93461.tar jellything-c538a98c78fadf92553a023d32ff24e377e93461.tar.bz2 jellything-c538a98c78fadf92553a023d32ff24e377e93461.tar.zst |
update api doc url
Diffstat (limited to 'server')
-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")] |