Skip to content

Commit

Permalink
Merge pull request #543 from UC-Davis-molecular-computing/dev-tmp-bac…
Browse files Browse the repository at this point in the history
…kend-bis

Changing backend URLs to https server
  • Loading branch information
UnHumbleBen authored Dec 8, 2020
2 parents f2d6607 + fad560a commit bce0d3d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/src/constants.dart
Original file line number Diff line number Diff line change
Expand Up @@ -325,8 +325,8 @@ const num ZOOM_THRESHOLD = 1;

/////////////////////////////////////////////////////////////
// Backend
const export_url = 'http://51.89.138.231:9090/scadnano_to_cadnano_v2';
const import_url = 'http://51.89.138.231:9090/cadnano_v2_to_scadnano';
const export_url = 'https://os-interactive.ie/scadnano-backend/scadnano_to_cadnano_v2';
const import_url = 'https://os-interactive.ie/scadnano-backend/cadnano_v2_to_scadnano';

/////////////////////////////////////////////////////////////
// CSS selector classnames
Expand Down Expand Up @@ -370,4 +370,4 @@ const css_selector_selected = 'selected';


const default_idt_scale = "25nm";
const default_idt_purification = "STD";
const default_idt_purification = "STD";

0 comments on commit bce0d3d

Please sign in to comment.