We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6866e6 commit 4866d04Copy full SHA for 4866d04
src/Ui.GraphiQL/Internal/graphiql.cshtml
@@ -193,7 +193,7 @@
193
// if location is absolute (e.g. "/api") then prepend host only
194
return (window.location.protocol === "http:" ? "ws://" : "wss://") + window.location.host + subscriptionsEndPoint;
195
}
196
- var subscriptionEndPoint = getSubscriptionsEndPoint();
+ const subscriptionEndPoint = getSubscriptionsEndPoint();
197
198
// Enable Subscriptions via WebSocket
199
let subscriptionsClient = null;
0 commit comments