0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-19 19:21:23 -05:00

🎨 Use relative path for default Viewer URL

This commit is contained in:
mathieu.brunot 2019-02-21 17:45:37 +01:00
parent e9627cf7f7
commit b54c7e1b49
No known key found for this signature in database
GPG key ID: 81584BEAF692D7E0

View file

@ -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)