mirror of
https://github.com/simonmichael/hledger.git
synced 2025-01-07 11:19:32 +03:00
9 lines
171 B
Haskell
9 lines
171 B
Haskell
-- | Site root and misc. handlers.
|
|
|
|
module Handler.RootR where
|
|
|
|
import Import
|
|
|
|
getRootR :: Handler RepHtml
|
|
getRootR = redirect defaultroute where defaultroute = RegisterR
|