Skip to content
This repository has been archived by the owner on Aug 28, 2021. It is now read-only.

Commit

Permalink
Reverted ui url to master branch on netlify
Browse files Browse the repository at this point in the history
  • Loading branch information
matteo.cominetti committed Mar 3, 2020
1 parent 47bfe62 commit 923ac00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SpeckleRevitReboot/Entry.cs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public Result Execute( ExternalCommandData commandData, ref string message, Elem
SpeckleWindow = new SpeckleUiWindow( bindings, @"http://localhost:8080/" );
//SpeckleWindow = new SpeckleUiWindow( bindings, @"https://matteo-dev.appui.speckle.systems/#/" );
#else
SpeckleWindow = new SpeckleUiWindow( bindings, @"https://matteo-dev.appui.speckle.systems/#/" ); // On release, default to the latest ci-ed version from https://appui.speckle.systems
SpeckleWindow = new SpeckleUiWindow( bindings, @"https://appui.speckle.systems/#/" ); // On release, default to the latest ci-ed version from https://appui.speckle.systems
#endif

SpeckleWindow.Height = 1000;
Expand Down

0 comments on commit 923ac00

Please sign in to comment.