diff --git a/pkg/debug/gqlplayground/index.html.tmpl b/pkg/debug/gqlplayground/index.html.tmpl
index 6fb1d1f2..5b5595f1 100644
--- a/pkg/debug/gqlplayground/index.html.tmpl
+++ b/pkg/debug/gqlplayground/index.html.tmpl
@@ -67,7 +67,7 @@
import 'graphiql/setup-workers/esm.sh';
const fetcher = createGraphiQLFetcher({
- url: 'https://countries.trevorblades.com',
+ url: '{{.Target}}',
});
const plugins = [HISTORY_PLUGIN, explorerPlugin()];