attempt redirect

This commit is contained in:
Lucy Cifferello
2023-06-16 12:56:11 -06:00
parent 9f4edfaf02
commit a3efb4e90b

View File

@@ -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
getRootR = redirect $ T.pack "https://marketplace.start9.com"