summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/site.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/site.clj b/src/site.clj
index 1206a33..f2e5626 100644
--- a/src/site.clj
+++ b/src/site.clj
@@ -67,6 +67,6 @@
(with-mimetypes)
(with-session {:type :memory, :expires (* 60 60)}))
-(run-server {:port 80}
+(run-server {:port 8080}
"/*" (servlet pichat))