Skip to content

Commit c988f88

Browse files
committed
hotfix: use interface 0.0.0.0 instead localhost
1 parent d4dce2d commit c988f88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/webapp.lisp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ history.pushState(null, '', url);
201201
(reblocks/debug:on)
202202
(40ants-logging:setup-for-cli :level :info))
203203
(reblocks/server:stop)
204-
(reblocks/server:start :port port))
204+
(reblocks/server:start :interface "0.0.0.0" :port port))
205205

206206
(defun stop ()
207207
(reblocks/server:stop))

0 commit comments

Comments
 (0)