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)