mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-02 10:24:35 -05:00
Update graphql-playground endpoint
This commit is contained in:
@@ -50,9 +50,11 @@
|
||||
</div>
|
||||
<script>window.addEventListener('load', function (event) {
|
||||
GraphQLPlayground.init(document.getElementById('root'), {
|
||||
// options as 'endpoint' belong here
|
||||
settings: {'request.credentials': 'same-origin'},
|
||||
endpoint: '/${graphQLEndpoint}',
|
||||
subscriptionEndpoint: '/${subscriptionsEndpoint}'
|
||||
})
|
||||
})</script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
Reference in New Issue
Block a user