소스 검색

point to prod fu service

Sebastian Bittrich 2 년 전
부모
커밋
1ac58bf006
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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);