Skip to content

Commit 08185ad

Browse files
committed
Testing with hard coded IP again. #30
1 parent 628501e commit 08185ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sitefoxtest/e2etests.cljs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
;(def browser-type pw/chromium)
1515

16-
(def host "localhost")
16+
(def host "127.0.0.1")
1717
(def base-url (str "http://" host ":8000"))
1818

1919
(def log (j/call-in js/console [:log :bind] js/console " ---> "))

0 commit comments

Comments
 (0)