serversession/examples/serversession-example-yesod-persistent/config/routes
Felipe Lessa 66d858170e Add serversession code to Yesod+Persistent example.
Example doesn't showcase yesod-auth integration, though.
2015-06-01 14:36:15 -03:00

11 lines
291 B
Plaintext

/static StaticR Static appStatic
/auth AuthR Auth getAuth
/favicon.ico FaviconR GET
/robots.txt RobotsR GET
/ HomeR GET
/force ForceR POST
/sessionAdd SessionAddR POST
/sessionDelete/#Text SessionDeleteR POST