We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e1f656 commit 0520b6dCopy full SHA for 0520b6d
1 file changed
static/js/generate.js
@@ -62,7 +62,7 @@ function update_trigger(initialAllValid) {
62
}
63
64
async function getFarm(fid) {
65
- const endpoint = 'https://graphql.grid.tf/graphql';
+ const endpoint = 'https://graphql.grid.threefold.me/graphql';
66
67
const response = await fetch(endpoint, {
68
method: 'POST',
0 commit comments