File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -167,14 +167,14 @@ class ParseGraphQLServer {
167
167
new window.EmbeddedSandbox({
168
168
target: "#sandbox",
169
169
endpointIsEditable: false,
170
- initialEndpoint: " ${ JSON . stringify ( this . config . graphQLPath ) } " ,
170
+ initialEndpoint: ${ JSON . stringify ( this . config . graphQLPath ) } ,
171
171
handleRequest: (endpointUrl, options) => {
172
172
return fetch(endpointUrl, {
173
173
...options,
174
174
headers: {
175
175
...options.headers,
176
- 'X-Parse-Application-Id': " ${ JSON . stringify ( this . parseServer . config . appId ) } " ,
177
- 'X-Parse-Master-Key': " ${ JSON . stringify ( this . parseServer . config . masterKey ) } " ,
176
+ 'X-Parse-Application-Id': ${ JSON . stringify ( this . parseServer . config . appId ) } ,
177
+ 'X-Parse-Master-Key': ${ JSON . stringify ( this . parseServer . config . masterKey ) } ,
178
178
},
179
179
})
180
180
},
You can’t perform that action at this time.
0 commit comments