summaryrefslogtreecommitdiff
path: root/haunt
diff options
context:
space:
mode:
authorJakob L. Kreuze <zerodaysfordays@sdf.org>2022-12-04 13:46:43 -0500
committerJakob L. Kreuze <zerodaysfordays@sdf.org>2022-12-04 13:46:43 -0500
commitc3a024d28aac553c01acfedf1981afe86f2ece0e (patch)
treea958e72a9c51b6b848e8ae344571ee9db2426f0f /haunt
parent7929dbb1da33d77ccd59ca4da8dbf47e15f8b767 (diff)
[dynamic] Listen on `INADDR_ANY', move to port 8080
Diffstat (limited to 'haunt')
-rw-r--r--haunt/api.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/haunt/api.scm b/haunt/api.scm
index c083fcc..1ddfb3c 100644
--- a/haunt/api.scm
+++ b/haunt/api.scm
@@ -102,5 +102,4 @@
(not-found request)))
(values (wrap-response response) resp-body)))
-;; (run-server main-request-handler)
-(run-server main-request-handler 'http '(#:port 8081))
+(run-server main-request-handler 'http `(#:addr ,INADDR_ANY #:port 8080))