bug-artanis
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-artanis] [PATCH 1/1] Call (init-server) before (run)


From: James Richardson
Subject: [Bug-artanis] [PATCH 1/1] Call (init-server) before (run)
Date: Fri, 26 Jan 2018 23:15:24 -0500

---
 docs/manual.org | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/manual.org b/docs/manual.org
index c3eef70..5f5ecb0 100644
--- a/docs/manual.org
+++ b/docs/manual.org
@@ -405,6 +405,7 @@ It's just simply fetching static file by the URL: 
http://localhost:3000/path/fil
 Type these code in Guile REPL:
 #+begin_src scheme
   (use-modules (artanis artanis))
+  (init-server)
   (get "/hello" (lambda () "hello world"))
   (run #:port 8080)
 #+end_src
-- 
2.15.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]