From b54c7e1b49d027c08a54b957084a95b47fec3409 Mon Sep 17 00:00:00 2001 From: "mathieu.brunot" Date: Thu, 21 Feb 2019 17:45:37 +0100 Subject: [PATCH] :art: Use relative path for default Viewer URL --- frontend/src/uxbox/config.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/uxbox/config.cljs b/frontend/src/uxbox/config.cljs index 8a3420275..87881c1dd 100644 --- a/frontend/src/uxbox/config.cljs +++ b/frontend/src/uxbox/config.cljs @@ -7,5 +7,5 @@ (ns uxbox.config) (goog-define url "http://127.0.0.1:6060/api") -(goog-define viewurl "http://127.0.0.1:3449/view/index.html") +(goog-define viewurl "/view/index.html") (goog-define isdemo false)