Skip to content

Commit c59e47b

Browse files
committed
added endpoint url for v1
1 parent 97e0e3b commit c59e47b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/base.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
form.setAttribute('enctype', 'application/json');
7272
form.appendChild(createHiddenField('query', JSON.stringify(this.context.query.query)));
7373
form.appendChild(createHiddenField('variables', JSON.stringify(this.context.query.variables)));
74-
form.appendChild(createHiddenField('endpointURL', JSON.stringify('https://graphql.bitquery.io')));
74+
form.appendChild(createHiddenField('endpointURL', JSON.stringify('https://graphql.bitquery.io')))
7575
document.body.appendChild(form);
7676
form.submit();
7777
document.body.removeChild(form);

0 commit comments

Comments
 (0)