before adding stack to develop

This commit is contained in:
Dennis Frieberg 2024-08-22 02:02:29 +02:00
parent f574c9cebf
commit 315accc42e
Signed by: nerf
GPG key ID: 42DED0E2D8F04FB6
17 changed files with 216 additions and 535 deletions

View file

@ -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