Skip to content

Commit

Permalink
fixup: un-rig API query location
Browse files Browse the repository at this point in the history
  • Loading branch information
phildarnowsky-broad committed Dec 9, 2024
1 parent 165fb0b commit 0d03e64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browser/src/Query.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export class BaseQuery extends Component<BaseQueryProps, BaseQueryState> {
}

this.currentRequest = cancelable(
fetch(`http://34.102.236.129${url}`, {
fetch(url, {
body: JSON.stringify({
operationName,
query,
Expand Down

0 comments on commit 0d03e64

Please sign in to comment.