mirror of
https://github.com/zedeus/nitter
synced 2026-09-06 07:09:31 +00:00
parent
0a6e79e626
commit
5d28bd18c6
9 changed files with 26 additions and 15 deletions
|
|
@ -66,10 +66,10 @@ settings:
|
|||
|
||||
routes:
|
||||
get "/":
|
||||
resp renderMain(renderSearch(), request, cfg, themePrefs())
|
||||
resp renderMain(renderSearch(), request, cfg, cookiePrefs())
|
||||
|
||||
get "/about":
|
||||
resp renderMain(renderAbout(), request, cfg, themePrefs())
|
||||
resp renderMain(renderAbout(), request, cfg, cookiePrefs())
|
||||
|
||||
get "/explore":
|
||||
redirect("/about")
|
||||
|
|
|
|||
Loading…
Reference in a new issue