Skip to content
Snippets Groups Projects
Commit 852a35be authored by Alexander Rose's avatar Alexander Rose
Browse files

remove protocol from graphql endpoint url

parent dabe04ac
No related branches found
No related tags found
No related merge requests found
......@@ -187,7 +187,7 @@ export namespace AssemblySymmetry {
export function is(x: any): x is AssemblySymmetry {
return x['@type'] === 'rcsb_assembly_symmetry'
}
export const GraphQLEndpointURL = 'http://rest-experimental.rcsb.org/graphql'
export const GraphQLEndpointURL = '//rest-experimental.rcsb.org/graphql'
export const Schema = {
rcsb_assembly_symmetry_info: {
updated_datetime_utc: Column.Schema.str
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment