diff options
| author | Fuwn <[email protected]> | 2024-06-17 07:08:38 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-06-17 07:08:38 -0700 |
| commit | b151c1ae22d91a33610edebc6f6026ca7b5f87ba (patch) | |
| tree | 8abad80b1e36916526b55663d961ebc9a1c531e1 /src/modules/static.rs | |
| parent | feat(licensing): update content (diff) | |
| download | locus-b151c1ae22d91a33610edebc6f6026ca7b5f87ba.tar.xz locus-b151c1ae22d91a33610edebc6f6026ca7b5f87ba.zip | |
feat: unuse stocks telegram
Diffstat (limited to 'src/modules/static.rs')
| -rw-r--r-- | src/modules/static.rs | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/modules/static.rs b/src/modules/static.rs index a28c350..697e215 100644 --- a/src/modules/static.rs +++ b/src/modules/static.rs @@ -50,11 +50,11 @@ pub fn module(router: &mut windmark::router::Router) { // "licensing"), ("/readability", "The readability disclosure", "readability"), ("/tor", "Information and resources for The Tor Project", "tor"), - ( - "/stocks/telegram", - "Stock Market Related Telegram Groups", - "stocks_telegram" - ), + // ( + // "/stocks/telegram", + // "Stock Market Related Telegram Groups", + // "stocks_telegram" + // ), // ( // "/translations", // "Translate a page to your language of choice!", |