nix build, builds scaffolding succesfully
This commit is contained in:
parent
2d5cb45beb
commit
97aa05b2d7
50 changed files with 9475 additions and 1 deletions
14
config/routes.yesodroutes
Normal file
14
config/routes.yesodroutes
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue