Add version to fix CDN (#6804)
This commit is contained in:
@@ -109,6 +109,7 @@ class ParseGraphQLServer {
|
|||||||
res.write(
|
res.write(
|
||||||
renderPlaygroundPage({
|
renderPlaygroundPage({
|
||||||
endpoint: this.config.graphQLPath,
|
endpoint: this.config.graphQLPath,
|
||||||
|
version: '1.7.25',
|
||||||
subscriptionEndpoint: this.config.subscriptionsPath,
|
subscriptionEndpoint: this.config.subscriptionsPath,
|
||||||
headers: {
|
headers: {
|
||||||
'X-Parse-Application-Id': this.parseServer.config.appId,
|
'X-Parse-Application-Id': this.parseServer.config.appId,
|
||||||
|
|||||||
Reference in New Issue
Block a user