summaryrefslogtreecommitdiff
path: root/src/user.clj
diff options
context:
space:
mode:
Diffstat (limited to 'src/user.clj')
-rwxr-xr-xsrc/user.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/user.clj b/src/user.clj
index 25e1824..a51eddb 100755
--- a/src/user.clj
+++ b/src/user.clj
@@ -61,7 +61,7 @@
(sha1-hash nick hash ts))
(defn reset-link [nick token ts]
- (url-params "http://dump.fm/reset" {"nick" nick
+ (url-params "/reset" {"nick" nick
"ts" ts
"token" token}))