all working

This commit is contained in:
Aaron Greenspan
2019-12-24 14:48:01 -07:00
parent 029fb6d404
commit 57f86ac052
7 changed files with 39 additions and 12 deletions

View File

@@ -38,6 +38,7 @@ setWebProcessThreadId tid a = writeIORef (appWebServerThreadId a) . Just $ tid
-- explanation of the syntax, please see:
-- http://www.yesodweb.com/book/routing-and-handlers
--
-- Note that this is really half the story; in Application.hs, mkYesodDispatch
-- generates the rest of the code. Please see the following documentation
-- for an explanation for this split: