Skip to content

Commit 55a19e2

Browse files
shadowshadow
shadow
authored and
shadow
committed
Disabled playground
1 parent 5e23826 commit 55a19e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/graphql.options.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export class GraphqlOptions implements GqlOptionsFactory {
1818
},
1919
debug: false,
2020
introspection: true,
21-
playground: true,
21+
playground: false,
2222
cors: false,
2323
};
2424
}

0 commit comments

Comments
 (0)