File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed
Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments