Skip to content

Commit

Permalink
Fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzhankoral committed Sep 19, 2024
1 parent 1f45902 commit 4fcf11e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions speckle_connector_3/src/ui/dui3_dialog.rb
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ def init_dialog
true
end
# File.exist?(@htm_file) ? dialog.set_file(@htm_file) : dialog.set_url('http://localhost:9091')
dialog.set_url('http://localhost:8082') # uncomment this line if you want to use your local version of ui
# dialog.set_url('https://boisterous-douhua-e3cefb.netlify.app/') # uncomment this line if you want to use deployed ui on netlify
# dialog.set_url('http://localhost:8082') # uncomment this line if you want to use your local version of ui
dialog.set_url('https://boisterous-douhua-e3cefb.netlify.app/') # uncomment this line if you want to use deployed ui on netlify
add_exec_callback(dialog)
dialog
end
Expand Down

0 comments on commit 4fcf11e

Please sign in to comment.