summaryrefslogtreecommitdiff
path: root/src/site.clj
diff options
context:
space:
mode:
Diffstat (limited to 'src/site.clj')
-rw-r--r--src/site.clj2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/site.clj b/src/site.clj
index c2bc4ef..5294f40 100644
--- a/src/site.clj
+++ b/src/site.clj
@@ -1186,6 +1186,8 @@ order by count desc limit ? offset ?")
(POST "/mute" (mute! session params))
(POST "/cancel-mute" (handle-cancel-mute! session params))
(GET "/profile-test/:t" (profile session "ryder" (params :t)))
+ (GET "/reports" (list-reports-dir session))
+ (GET "/reports/:file" (show-report session (params :file)))
(GET "/cmd/ghettosearch/:searchterm" (json-ghetto-search (undecoded-url-piece (request-url request) 2)))
(GET "/search" (serve-template "search_files" session))