Add scaffolding

This commit is contained in:
Joscha 2020-11-24 22:55:20 +00:00
parent d49b95b7b4
commit 4de8e8ffdc
38 changed files with 8807 additions and 2 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