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

Commit 41b19ce

Browse files
committed
fix(*): Change GraphiQL && Voyager CDNs option enabled to false
1 parent 58e5768 commit 41b19ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphiql-spring-boot-autoconfigure/src/main/java/com/oembedler/moon/graphiql/boot/GraphiQLController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public class GraphiQLController {
5353
@Value("${graphiql.pageTitle:GraphiQL}")
5454
private String pageTitle;
5555

56-
@Value("${graphiql.cdn.enabled:false")
56+
@Value("${graphiql.cdn.enabled:false}")
5757
private Boolean graphiqlCdnEnabled;
5858

5959
@Value("${graphiql.cdn.version:0.13.0}")

0 commit comments

Comments
 (0)