Add version to fix CDN (#6804)

This commit is contained in:
Antoine Cormouls
2020-07-16 22:13:29 +02:00
committed by GitHub
parent 3bd5684f67
commit 93a88c5cde

View File

@@ -109,6 +109,7 @@ class ParseGraphQLServer {
res.write(
renderPlaygroundPage({
endpoint: this.config.graphQLPath,
version: '1.7.25',
subscriptionEndpoint: this.config.subscriptionsPath,
headers: {
'X-Parse-Application-Id': this.parseServer.config.appId,