Initial commit: exactly what I got from stack new lebd yesod-mysql, with no changes

This commit is contained in:
Danielle McLean 2017-10-02 18:07:09 +11:00
commit 27b465180a
Signed by: 00dani
GPG key ID: 3844A6973C6058F1
43 changed files with 9092 additions and 0 deletions

11
config/routes Normal file
View file

@ -0,0 +1,11 @@
/static StaticR Static appStatic
/auth AuthR Auth getAuth
/favicon.ico FaviconR GET
/robots.txt RobotsR GET
/ HomeR GET POST
/comments CommentR POST
/profile ProfileR GET