graph-rework
noah metz 2023-06-18 21:40:02 -06:00
parent 97e2e50fd5
commit fe9bc8ade0
1 changed files with 1 additions and 1 deletions

@ -88,7 +88,7 @@ func GraphiQLHandler() func(http.ResponseWriter, *http.Request) {
</script> </script>
</body> </body>
</html> </html>
`, r.RequestURI) `, r.Host)
w.Header().Set("Content-Type", "text/html; charset=utf-8") w.Header().Set("Content-Type", "text/html; charset=utf-8")
w.WriteHeader(http.StatusOK) w.WriteHeader(http.StatusOK)