|
@@ -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);
|