Skip to content

Commit 55da43b

Browse files
committed
Disable graphqli
1 parent 0296586 commit 55da43b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/httptoolkit-server.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,8 @@ export class HttpToolkitServer {
131131
await this.graphql.start(<any> {
132132
// Hacky solution that lets us limit the server to only localhost,
133133
// and override the port from 4000 to something less likely to conflict.
134-
port: { port: 45457, host: 'localhost' }
134+
port: { port: 45457, host: 'localhost' },
135+
playground: false
135136
});
136137
}
137138
};

0 commit comments

Comments
 (0)