aboutsummaryrefslogtreecommitdiffstats
path: root/webstats/stats.paren
diff options
context:
space:
mode:
Diffstat (limited to 'webstats/stats.paren')
-rw-r--r--webstats/stats.paren2
1 files changed, 1 insertions, 1 deletions
diff --git a/webstats/stats.paren b/webstats/stats.paren
index a4f6957..b9d3974 100644
--- a/webstats/stats.paren
+++ b/webstats/stats.paren
@@ -4,7 +4,7 @@
(in-package :webstats-js)
(defun register-visit (data)
- (fetch "http://localhost:4252/visit"
+ (fetch "http://localhost/stats/visit"
(create :method "POST"
:headers (create "Content-Type" "application/x-www-form-urlencoded")
:body (new (-u-r-l-search-params data)))))