mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
Routing updates
This commit is contained in:
parent
2950c0de35
commit
4c928fa8b0
10 changed files with 189 additions and 107 deletions
|
|
@ -16,5 +16,5 @@ proc createUnsupportedRouter*(cfg: Config) =
|
|||
resp renderMain(renderFeature(), request, cfg)
|
||||
|
||||
get "/i/@i?/?@j?":
|
||||
cond @"i" != "status"
|
||||
cond @"i" notin ["status", "lists"]
|
||||
resp renderMain(renderFeature(), request, cfg)
|
||||
|
|
|
|||
Loading…
Reference in a new issue