Skip to content

Commit 0d03e64

Browse files
fixup: un-rig API query location
1 parent 165fb0b commit 0d03e64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

browser/src/Query.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export class BaseQuery extends Component<BaseQueryProps, BaseQueryState> {
9696
}
9797

9898
this.currentRequest = cancelable(
99-
fetch(`http://34.102.236.129${url}`, {
99+
fetch(url, {
100100
body: JSON.stringify({
101101
operationName,
102102
query,

0 commit comments

Comments
 (0)