Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. ------------------------------------------------------------------------------
  2. -- | The application's routes.
  3. routes :: [(ByteString, Handler App App ())]
  4. routes = [ ("/", handleHelloWorld)
  5.          , ("",  serveDirectory "static")
  6.          ]