mirror of
https://github.com/penpot/penpot.git
synced 2025-01-22 14:39:45 -05:00
Fix default development server uri.
This commit is contained in:
parent
9da623e3af
commit
fa7b0987a1
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
(def options
|
||||
{;;"uxbox.config.url" "http://127.0.0.1:6060/api"
|
||||
"uxbox.config.url" "https://test.uxbox.io/api"
|
||||
"uxbox.config.url" "https://demo.uxbox.io/api"
|
||||
})
|
||||
|
||||
(ra/start-figwheel!
|
||||
|
|
Loading…
Add table
Reference in a new issue