mirror of
https://github.com/Start9Labs/registry.git
synced 2026-03-26 02:11:53 +00:00
attempt redirect
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user