You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,6 @@ To get started:
38
38
39
39
A few tips:
40
40
41
-
* Setting `playground: true` at the bottom of [`src/httptoolkit-server.ts`](src/httptoolkit-server.ts) will give you a GraphQL playground on http://localhost:45457.
41
+
* Setting `playground: '/'` at the bottom of [`src/httptoolkit-server.ts`](src/httptoolkit-server.ts) will give you a GraphQL playground on http://localhost:45457/.
42
42
* New interceptors need to be added to `src/interceptors/index.ts`. They will also need to be added to [the UI](https://github.com/httptoolkit/httptoolkit-ui).
43
43
* The tests assume that the required applications are installed to run every interceptor. See [.travis.yml](.travis.yml) for an example of how to set this up.
0 commit comments