diff options
| author | Fuwn <[email protected]> | 2024-07-26 16:38:57 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-07-26 16:38:57 -0700 |
| commit | 17520e3e8be6e41d9ffca724c9d8e714de48b1ad (patch) | |
| tree | 99cd0018754b6d24f354cf439b13668715938897 /src/modules | |
| parent | fix(technology): rename routing collision (diff) | |
| download | locus-17520e3e8be6e41d9ffca724c9d8e714de48b1ad.tar.xz locus-17520e3e8be6e41d9ffca724c9d8e714de48b1ad.zip | |
feat(static): add manga
Diffstat (limited to 'src/modules')
| -rw-r--r-- | src/modules/static.rs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/modules/static.rs b/src/modules/static.rs index af55173..86ea9f4 100644 --- a/src/modules/static.rs +++ b/src/modules/static.rs @@ -65,6 +65,11 @@ pub fn module(router: &mut windmark::router::Router) { "/useful", "Useful quick links that don't fit in the \"quick links\"", "useful" + ), + ( + "/media/manga", + "Useful links for finding and reading manga", + "media/manga" ) ); } |