initial commit

This commit is contained in:
2021-09-21 16:22:34 -04:00
commit 43462a6c20
41 changed files with 8988 additions and 0 deletions

11
config/routes.yesodroutes Normal file
View File

@@ -0,0 +1,11 @@
-- By default this file is used by `parseRoutesFile` in Foundation.hs
-- Syntax for this file here: https://www.yesodweb.com/book/routing-and-handlers
/static StaticR Static appStatic
/favicon.ico FaviconR GET
/robots.txt RobotsR GET
/ HomeR GET POST
/comments CommentR POST