Skip to content

Commit

Permalink
Add version to fix CDN (#6804)
Browse files Browse the repository at this point in the history
  • Loading branch information
Moumouls authored Jul 16, 2020
1 parent 3bd5684 commit 93a88c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/GraphQL/ParseGraphQLServer.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 93a88c5

Please sign in to comment.