nix build, builds scaffolding succesfully

This commit is contained in:
Dennis Frieberg 2024-08-13 20:44:44 +02:00
parent 2d5cb45beb
commit 97aa05b2d7
Signed by: nerf
GPG key ID: 42DED0E2D8F04FB6
50 changed files with 9475 additions and 1 deletions

14
config/routes.yesodroutes Normal file
View file

@ -0,0 +1,14 @@
-- 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
/auth AuthR Auth getAuth
/favicon.ico FaviconR GET
/robots.txt RobotsR GET
/ HomeR GET POST
/comments CommentR POST
/profile ProfileR GET