Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the Koa docs for endpointURL #1214

Merged
merged 1 commit into from
Mar 30, 2020

Conversation

jaydenseric
Copy link
Contributor

Fixes

The Koa docs incorrectly said the option was endpoint instead of endpointURL.

I also tidied up some of the surrounding grammar and formatting.

Checks

  • Ran yarn test-build

Changes proposed in this pull request:

  • Updated Koa docs.

@@ -38,7 +40,7 @@ createRouteExplorer({
url: '/altair',
router,
opts: {
endpoint: '/graphql',
endpointURL: "/graphql",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the important change.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

Also tidied up some of the surrounding grammar and formatting.
@imolorhe imolorhe merged commit 841577f into altair-graphql:staging Mar 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants