mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-04 11:24:35 -05:00
Fix graphql/plugin-explorer urls (#584)
This commit is contained in:
@@ -39,7 +39,7 @@
|
|||||||
favored resource bundler.
|
favored resource bundler.
|
||||||
-->
|
-->
|
||||||
<link href="https://unpkg.com/graphiql/graphiql.min.css" rel="stylesheet"/>
|
<link href="https://unpkg.com/graphiql/graphiql.min.css" rel="stylesheet"/>
|
||||||
<link href="https://unpkg.com/@graphiql/plugin-explorer/dist/style.min.css" rel="stylesheet"/>
|
<link href="https://unpkg.com/@graphiql/plugin-explorer/dist/style.css" rel="stylesheet"/>
|
||||||
<style>
|
<style>
|
||||||
.docExplorerWrap {
|
.docExplorerWrap {
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
@@ -74,7 +74,7 @@
|
|||||||
type="application/javascript"
|
type="application/javascript"
|
||||||
></script>
|
></script>
|
||||||
<script
|
<script
|
||||||
src="https://unpkg.com/@graphiql/plugin-explorer/dist/graphiql-plugin-explorer.umd.js"
|
src="https://unpkg.com/@graphiql/plugin-explorer/dist/index.umd.js"
|
||||||
type="application/javascript"
|
type="application/javascript"
|
||||||
></script>
|
></script>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user