Updated gql host string

graph-rework
noah metz 2023-06-18 22:03:36 -06:00
parent 1f19bdd9c1
commit 83a8c742e9
1 changed files with 1 additions and 1 deletions

@ -80,7 +80,7 @@ func GraphiQLHandler() func(http.ResponseWriter, *http.Request) {
root.render(
React.createElement(GraphiQL, {
fetcher: GraphiQL.createFetcher({
url: '%s/gql',
url: 'http://%s/gql',
}),
defaultEditorToolsVisibility: true,
}),