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

Commit 5b86bdb

Browse files
committed
Add graphiql-subscriptions-fetcher and subscriptions-transport-ws js to vendor directory so we could load them offline (Fix #154)
1 parent 6a11557 commit 5b86bdb

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)