Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit 2d8fb25

Browse files
authored
Merge pull request #155 from aviadavretz/add-subscriptions-fetch-transport-js
Add graphiql-subscriptions-fetcher and subscriptions-transport js files to vendor dir (fix #154)
2 parents 6a11557 + 5b86bdb commit 2d8fb25

File tree

3 files changed

+16517
-2
lines changed

3 files changed

+16517
-2
lines changed

graphiql-spring-boot-autoconfigure/src/main/resources/graphiql.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131

3232
<link rel="stylesheet" href="${graphiqlCssUrl}"/>
3333
<script src="${graphiqlJsUrl}"></script>
34-
<script src="//unpkg.com/subscriptions-transport-ws@0.8.3/browser/client.js"></script>
35-
<script src="//unpkg.com/graphiql-subscriptions-fetcher@0.0.2/browser/client.js"></script>
34+
<script src="${staticBasePath}vendor/subscriptions-transport-ws-browser-client-0.8.3.js"></script>
35+
<script src="${staticBasePath}vendor/graphiql-subscriptions-fetcher-browser-client-0.0.2.js"></script>
3636
</head>
3737
<body>
3838
<div id="splash">

0 commit comments

Comments
 (0)