Ver código fonte

point to prod fu service

Sebastian Bittrich 2 anos atrás
pai
commit
1ac58bf006
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/viewer/ui/strucmotif/helpers.ts

+ 1 - 1
src/viewer/ui/strucmotif/helpers.ts

@@ -17,7 +17,7 @@ export type ExchangeState = number;
 export type ResidueSelection = { label_asym_id: string, struct_oper_id: string, label_seq_id: number }
 export type Exchange = { residue_id: ResidueSelection, allowed: string[] }
 const STATIC_URL_REGEX = /^https?:\/\/(models|files).rcsb.org\//;
-const FILE_STORAGE_URL = 'https://teilen-dev.rcsb.org/v1/';
+const FILE_STORAGE_URL = 'https://teilen.rcsb.org/v1/';
 const FILE_STORAGE_PUT_URL = FILE_STORAGE_URL + 'putMultipart';
 const FILE_STORAGE_GET_URL = FILE_STORAGE_URL + 'download/';
 const location = StructureElement.Location.create(void 0);