Skip to content

Commit 2e24b55

Browse files
committed
Update GraphQL Playground
Version taken from https://www.jsdelivr.com/package/npm/graphql-playground-react. Fixes #830
1 parent 250e261 commit 2e24b55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

juniper/src/http/playground.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ pub fn playground_source(
2323
<title>GraphQL Playground</title>
2424
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/graphql-playground-react/build/static/css/index.css" />
2525
<link rel="shortcut icon" href="//cdn.jsdelivr.net/npm/graphql-playground-react/build/favicon.png" />
26-
<script src="//cdn.jsdelivr.net/npm/[email protected].20/build/static/js/middleware.js"></script>
26+
<script src="//cdn.jsdelivr.net/npm/[email protected].27/build/static/js/middleware.js"></script>
2727
2828
</head>
2929

0 commit comments

Comments
 (0)