summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/site.clj3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/site.clj b/src/site.clj
index d1175d5..e26d15a 100644
--- a/src/site.clj
+++ b/src/site.clj
@@ -1026,6 +1026,9 @@ ORDER BY msg_count DESC")
(GET "/privacy" (serve-template "privacy" session))
(GET "/terms" (serve-template "terms" session))
(GET "/error/ie" (serve-template "error_ie" session))
+
+ (GET "/:nick" (profile session (params :nick) "0"))
+
(ANY "*" (unknown-page)))
(defroutes multipart