Skip to content

Commit

Permalink
docs: Adjust graphiql URLs links and docs
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Lyons <[email protected]>
  • Loading branch information
focusaurus committed Jul 4, 2019
1 parent ae6674a commit 835f7eb
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,18 @@ Follow the [Reaction Platform docs](https://docs.reactioncommerce.com/docs/insta

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

**Note**: The storefront has redirects so if you open any of the following URLs, you'll be redirected to the GraphiQL developer tool:
- [localhost:4000/graphql]()
- [localhost:4000/graphql-beta]()
- [localhost:4000/graphiql]()

## Configuration

### Set up Stripe
Expand Down

0 comments on commit 835f7eb

Please sign in to comment.