diff --git a/scaffold/Root_hs.cg b/scaffold/Root_hs.cg index d281f767..418fde85 100644 --- a/scaffold/Root_hs.cg +++ b/scaffold/Root_hs.cg @@ -5,7 +5,7 @@ import ~sitearg~ -- This is a handler function for the GET request method on the RootR -- resource pattern. All of your resource patterns are defined in --- ~sitearg~.hs; look for the line beginning with mkYesodData. +-- config/routes -- -- The majority of the code you will write in Yesod lives in these handler -- functions. You can spread them across multiple files if you are so