yammat/Handler/Barcode.hs
2015-07-21 01:28:05 +02:00

14 lines
306 B
Haskell

module Handler.Barcode where
import Import
import Handler.Common
import qualified Data.Text as T
import Text.Blaze.Internal
import Text.Shakespeare.Text
postHomeBarcodeR :: Handler Html
postHomeBarcodeR = return mempty
postSelectBarcodeR :: UserId -> Handler Html
postSelectBarcodeR uId = return mempty