diff options
author | Daniel Gnoutcheff <gnoutchd@softwarefreedom.org> | 2016-05-27 16:00:00 -0400 |
---|---|---|
committer | Daniel Gnoutcheff <gnoutchd@softwarefreedom.org> | 2018-09-26 18:11:11 -0400 |
commit | a1a17acb326020f1b57f587230cb439e901784df (patch) | |
tree | 358a1ea916a242609a981ff46e2a6814a2208cec /config/routes | |
parent | f1a294e5ddb8ae0ccdcef1a12561e603ff996cfe (diff) |
Ported to Debian jessie
Most of the churn here comes from rebasing the Yesod boilerplate.
Diffstat (limited to 'config/routes')
-rw-r--r-- | config/routes | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/routes b/config/routes index f9ca949..34fe8cc 100644 --- a/config/routes +++ b/config/routes @@ -1,5 +1,4 @@ /static StaticR Static getStatic -/auth AuthR Auth getAuth /favicon.ico FaviconR GET /robots.txt RobotsR GET |