diff options
| author | Fuwn <[email protected]> | 2022-10-01 22:08:49 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-10-01 22:08:49 -0700 |
| commit | 499a458ce152f37f0404516fad84314c55456b8c (patch) | |
| tree | 92d68fff0bee92b7bf04e95eecd417c5835b4295 /src/modules/static.rs | |
| parent | docs(README.md): text to markdown (diff) | |
| download | locus-499a458ce152f37f0404516fad84314c55456b8c.tar.xz locus-499a458ce152f37f0404516fad84314c55456b8c.zip | |
feat(static): telegram groups page
Diffstat (limited to 'src/modules/static.rs')
| -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 47b7494..b829b44 100644 --- a/src/modules/static.rs +++ b/src/modules/static.rs @@ -56,5 +56,10 @@ pub fn module(router: &mut windmark::Router) { "Information and resources for The Tor Project", "tor" ), + ( + "/stocks/telegram", + "Stock Market Related Telegram Groups", + "stocks_telegram" + ) ); } |