mirror of
https://github.com/Start9Labs/registry.git
synced 2026-03-30 11:51:57 +00:00
attempt redirect
This commit is contained in:
@@ -2,6 +2,7 @@ module Handler.Root where
|
|||||||
import Startlude
|
import Startlude
|
||||||
import Yesod
|
import Yesod
|
||||||
import Foundation
|
import Foundation
|
||||||
|
import qualified Data.Text as T
|
||||||
|
|
||||||
getRootR :: HandlerFor RegistryCtx ()
|
getRootR :: HandlerFor RegistryCtx ()
|
||||||
getRootR = notImplemented
|
getRootR = redirect $ T.pack "https://marketplace.start9.com"
|
||||||
Reference in New Issue
Block a user