summaryrefslogtreecommitdiff
path: root/patches/nui.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/nui.patch')
-rw-r--r--patches/nui.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/nui.patch b/patches/nui.patch
index a99771c..ac6bca1 100644
--- a/patches/nui.patch
+++ b/patches/nui.patch
@@ -7,4 +7,4 @@ index 411a6cc..e76f8b2 100644
(values '((content-type . (text/plain)))
(process-line (utf8->string request-body))))
- 'http '(#:port 7183))
-+ 'http '(#:port (getenv "PORT")))
++ 'http `(#:port ,(string->number (getenv "PORT"))))