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

Commit 00a89bb

Browse files
committed
Updated graphiql resource paths to fix #83
1 parent 6cc6b2f commit 00a89bb

File tree

1 file changed

+6
-6
lines changed
  • graphiql-spring-boot-autoconfigure/src/main/resources

1 file changed

+6
-6
lines changed

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

+6-6
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
}
1717
</style>
1818

19-
<script src="./vendor/es6-promise.auto.min.js"></script>
20-
<script src="./vendor/fetch.min.js"></script>
21-
<script src="./vendor/react.min.js"></script>
22-
<script src="./vendor/react-dom.min.js"></script>
19+
<script src="/vendor/es6-promise.auto.min.js"></script>
20+
<script src="/vendor/fetch.min.js"></script>
21+
<script src="/vendor/react.min.js"></script>
22+
<script src="/vendor/react-dom.min.js"></script>
2323

24-
<link rel="stylesheet" href="./vendor/graphiql.min.css" />
25-
<script src="./vendor/graphiql.min.js"></script>
24+
<link rel="stylesheet" href="/vendor/graphiql.min.css" />
25+
<script src="/vendor/graphiql.min.js"></script>
2626

2727
</head>
2828
<body>

0 commit comments

Comments
 (0)