Skip to content

Commit 93a88c5

Browse files
authored
Add version to fix CDN (#6804)
1 parent 3bd5684 commit 93a88c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/GraphQL/ParseGraphQLServer.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ class ParseGraphQLServer {
109109
res.write(
110110
renderPlaygroundPage({
111111
endpoint: this.config.graphQLPath,
112+
version: '1.7.25',
112113
subscriptionEndpoint: this.config.subscriptionsPath,
113114
headers: {
114115
'X-Parse-Application-Id': this.parseServer.config.appId,

0 commit comments

Comments
 (0)