This repository has been archived on 2024-10-24. You can view files and clone it, but cannot push or open issues or pull requests.
fradrive-old/src/Handler/Common.hs
2019-05-01 18:41:15 +02:00

11 lines
263 B
Haskell

-- | Common handler functions.
module Handler.Common where
import Import
getFaviconR :: Handler ()
getFaviconR = redirectWith movedPermanently301 $ StaticR favicon_ico
getRobotsR :: Handler ()
getRobotsR = redirectWith movedPermanently301 $ StaticR robots_txt