Skip to content

Commit 878ede7

Browse files
authored
Merge pull request #551 from reactioncommerce/pete-docs-graphql-redir
docs: Adjust graphiql URLs links and docs
2 parents ae6674a + 835f7eb commit 878ede7

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,18 @@ Follow the [Reaction Platform docs](https://docs.reactioncommerce.com/docs/insta
2020

2121
| Directory: Service | URL |
2222
| ------------------------------------------------------------------------------------------ | ------------------------------------------------------------ |
23-
| [`reaction`](https://github.com/reactioncommerce/reaction): GraphQL API | [localhost:3000/graphql-beta](localhost:3000/graphql-beta) |
24-
| [`reaction`](https://github.com/reactioncommerce/reaction): GraphQL API playground | [localhost:3000/graphiql](localhost:3000/graphiql) |
25-
| [`reaction`](https://github.com/reactioncommerce/reaction): Operator UI | [localhost:3000](localhost:3000) |
23+
| [`reaction`](https://github.com/reactioncommerce/reaction): GraphQL API | [localhost:3000/graphql-beta](localhost:3000/graphql-beta) |
24+
| [`reaction`](https://github.com/reactioncommerce/reaction): GraphiQL developer tool | [localhost:3000/graphql-beta](localhost:3000/graphql-beta) |
25+
| [`reaction`](https://github.com/reactioncommerce/reaction): Operator UI | [localhost:3000](localhost:3000) |
2626
| [`reaction`](https://github.com/reactioncommerce/reaction): MongoDB | [localhost:27017](localhost:27017) |
27-
| [`reaction-hydra`](https://github.com/reactioncommerce/reaction-hydra): Authentication | [localhost:4444](localhost:4444) |
27+
| [`reaction-hydra`](https://github.com/reactioncommerce/reaction-hydra): Authentication | [localhost:4444](localhost:4444) |
2828
| [`example-storefront`](https://github.com/reactioncommerce/example-storefront): Storefront | [localhost:4000](localhost:4000) |
2929

30+
**Note**: The storefront has redirects so if you open any of the following URLs, you'll be redirected to the GraphiQL developer tool:
31+
- [localhost:4000/graphql]()
32+
- [localhost:4000/graphql-beta]()
33+
- [localhost:4000/graphiql]()
34+
3035
## Configuration
3136

3237
### Set up Stripe

0 commit comments

Comments
 (0)