diff options
| author | Scott Ostler <scottbot9000@gmail.com> | 2011-02-15 23:22:47 -0500 |
|---|---|---|
| committer | Scott Ostler <scottbot9000@gmail.com> | 2011-02-15 23:22:47 -0500 |
| commit | c8f80c85201718d3be4472202c66485065947118 (patch) | |
| tree | 4f277241c51ae8cb45b2be90a5abf9b15de075be | |
| parent | 8b77b6f722768216348976e1b4b83cf9a13e2438 (diff) | |
redirect www. -> /
| -rw-r--r-- | src/site.clj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/site.clj b/src/site.clj index b5f400b..2e1bfe8 100644 --- a/src/site.clj +++ b/src/site.clj @@ -1170,6 +1170,7 @@ WHERE user_id IN (defroutes pichat + (GET "http://www.dump.fm/*" (redirect-to "http://dump.fm")) (GET "http://:sub.dump.fm/" (validated-chat session (params :sub))) (GET "http://:sub.dump.fm/chat" (validated-chat session (params :sub))) (GET "http://:sub.dump.fm/chat" (validated-chat session (params :sub) (params :t))) |
