before adding stack to develop
This commit is contained in:
parent
f574c9cebf
commit
315accc42e
17 changed files with 216 additions and 535 deletions
|
@ -2,13 +2,13 @@
|
|||
-- Syntax for this file here: https://www.yesodweb.com/book/routing-and-handlers
|
||||
|
||||
/static StaticR Static appStatic
|
||||
/auth AuthR Auth getAuth
|
||||
-- /auth AuthR Auth getAuth
|
||||
|
||||
/favicon.ico FaviconR GET
|
||||
/robots.txt RobotsR GET
|
||||
|
||||
/ HomeR GET POST
|
||||
/ HomeR GET
|
||||
|
||||
/comments CommentR POST
|
||||
-- /comments CommentR POST
|
||||
|
||||
/profile ProfileR GET
|
||||
-- /profile ProfileR GET
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue