diff --git a/src/Handler/Root.hs b/src/Handler/Root.hs index 949f85e..c762764 100644 --- a/src/Handler/Root.hs +++ b/src/Handler/Root.hs @@ -2,6 +2,7 @@ module Handler.Root where import Startlude import Yesod import Foundation +import qualified Data.Text as T getRootR :: HandlerFor RegistryCtx () -getRootR = notImplemented \ No newline at end of file +getRootR = redirect $ T.pack "https://marketplace.start9.com" \ No newline at end of file