remove about page

Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
ngn
2025-01-21 05:26:35 +03:00
parent c1534dc057
commit 96dad1e3a1
8 changed files with 9 additions and 117 deletions

View File

@ -12,11 +12,10 @@ proc createUnsupportedRouter*(cfg: Config) =
template feature {.dirty.} =
resp renderMain(renderFeature(), request, cfg, themePrefs())
get "/about/feature": feature()
get "/login/?@i?": feature()
get "/@name/lists/?": feature()
get "/intent/?@i?":
get "/intent/?@i?":
cond @"i" notin ["user"]
feature()