From ce53bdb867d217445dca5b15073a80c36d1716d4 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Wed, 22 Jun 2016 22:18:10 +0300 Subject: [PATCH] Set proper defaults for api urls. --- scripts/figwheel.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/figwheel.clj b/scripts/figwheel.clj index a9f580c5a..3f1743c1a 100644 --- a/scripts/figwheel.clj +++ b/scripts/figwheel.clj @@ -16,7 +16,7 @@ :parallel-build false :optimizations :none :closure-defines {"uxbox.common.constants.url" - "http://localhost:6060/api"} + "https://test.uxbox.io/api"} :warnings {:ns-var-clash false} :language-in :ecmascript6 :language-out :ecmascript5 @@ -33,7 +33,7 @@ :parallel-build false :optimizations :none :closure-defines {"uxbox.common.constants.url" - "http://localhost:6060/api"} + "https://test.uxbox.io/api"} :warnings {:ns-var-clash false} :language-in :ecmascript6 :language-out :ecmascript5