haskell-yesod.config.routes.mustache Maven / Gradle / Ivy
-- 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
{{#routes}}
{{path}} {{resource}}{{#methods}} {{this}}{{/methods}}
{{/routes}}