Przeglądaj źródła

point to prod file upload

Sebastian Bittrich 2 lat temu
rodzic
commit
7c286f060c
1 zmienionych plików z 1 dodań i 1 usunięć
  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.rcsb.org/v1/';
+const FILE_STORAGE_URL = 'https://user-upload.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);