initial commit
This commit is contained in:
11
config/routes.yesodroutes
Normal file
11
config/routes.yesodroutes
Normal 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
|
||||
Reference in New Issue
Block a user