gdritter repos khuzd / master src / Site.hs
master

Tree @master (Download .tar.gz)

Site.hs @masterraw · history · blame

1
2
3
4
5
6
7
8
{-# LANGUAGE OverloadedStrings #-}

module Site where

import Application
import Templates (errorPage)

type Routes = [(B.ByteString, Handler App App ())]