Skip to content
This repository has been archived by the owner on Feb 18, 2020. It is now read-only.

Commit

Permalink
change api ip to 0.0.0.0 instead of localhost. possible fix for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Wegi committed Jul 28, 2016
1 parent 42cd3a9 commit bbe4763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/cruncher/config.cljs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(ns cruncher.config)

(def api {:host "http://localhost:5000/"
(def api {:host "http://0.0.0.0:5000/"
:init "api/init/"
:base "api/"
:login "api/login"
Expand Down

0 comments on commit bbe4763

Please sign in to comment.