From fe9bc8ade0a9b72cbccde19967fb80b66b67b9a0 Mon Sep 17 00:00:00 2001 From: Noah Metz Date: Sun, 18 Jun 2023 21:40:02 -0600 Subject: [PATCH] Fix --- gql.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gql.go b/gql.go index 369833a..cefe4a0 100644 --- a/gql.go +++ b/gql.go @@ -88,7 +88,7 @@ func GraphiQLHandler() func(http.ResponseWriter, *http.Request) { - `, r.RequestURI) + `, r.Host) w.Header().Set("Content-Type", "text/html; charset=utf-8") w.WriteHeader(http.StatusOK)