Skip to content

Commit 0520b6d

Browse files
committed
generate.js: fix graphql new hostname
1 parent 8e1f656 commit 0520b6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

static/js/generate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ function update_trigger(initialAllValid) {
6262
}
6363

6464
async function getFarm(fid) {
65-
const endpoint = 'https://graphql.grid.tf/graphql';
65+
const endpoint = 'https://graphql.grid.threefold.me/graphql';
6666

6767
const response = await fetch(endpoint, {
6868
method: 'POST',

0 commit comments

Comments
 (0)