mirror of
https://github.com/project-zot/zot.git
synced 2026-06-18 05:28:07 +08:00
fix: graphql playground documentation was hardcoded to an unrelated example (#3721)
Signed-off-by: Andrei Aaron <andreifdaaron@gmail.com>
This commit is contained in:
@@ -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()];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user