diff options
-rw-r--r-- | pkgs/nomsring/Main.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/nomsring/Main.hs b/pkgs/nomsring/Main.hs index f97da04..1cc2d7c 100644 --- a/pkgs/nomsring/Main.hs +++ b/pkgs/nomsring/Main.hs @@ -17,7 +17,7 @@ main :: IO () main = runCGI $ do path <- pathInfo case path of - "/" -> output "nomsable websites" + "/" -> redirect "https://noms.ing" "/next" -> rotate True "/previous" -> rotate False _ -> outputNotFound path |