From ee8d7a173d3fb8066dff40e6e9c0b4d1e9260b71 Mon Sep 17 00:00:00 2001 From: Quest Henkart Date: Mon, 16 Sep 2019 14:09:11 +0300 Subject: [PATCH] Update playground.go fix formatting --- handler/playground.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handler/playground.go b/handler/playground.go index 4c47103f395..2a353d5e439 100644 --- a/handler/playground.go +++ b/handler/playground.go @@ -33,7 +33,7 @@ var page = template.Must(template.New("graphiql").Parse(` GraphQLPlayground.init(root, { endpoint: location.protocol + '//' + location.host + '{{.endpoint}}', subscriptionsEndpoint: wsProto + '//' + location.host + '{{.endpoint }}', - shareEnabled: true, + shareEnabled: true, settings: { 'request.credentials': 'same-origin' }