diff --git a/gql.go b/gql.go index 0fff0be..86e8a94 100644 --- a/gql.go +++ b/gql.go @@ -235,22 +235,36 @@ func GraphiQLHandler(auth_token string) func(http.ResponseWriter, *http.Request) type="application/javascript" > - `, auth_token) + `) w.Header().Set("Content-Type", "text/html; charset=utf-8") w.WriteHeader(http.StatusOK)