fix development documentation

fixes https://github.com/ohmyform/ui/issues/65
This commit is contained in:
Michael Schramm 2022-02-13 22:23:30 +01:00
parent 9b275fddd9
commit 5e2596f131
2 changed files with 3 additions and 2 deletions

View File

@ -36,6 +36,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- reload form list after adding new one (https://github.com/ohmyform/ohmyform/issues/139)
- android screen size fix (https://github.com/ohmyform/ohmyform/issues/114)
- sending finish mutation (https://github.com/ohmyform/ui/pull/67)
- fix dev documentation (https://github.com/ohmyform/ui/issues/65)
### Security

View File

@ -30,10 +30,10 @@ coming into the system will then be rendered on the server. (great for SEO)
### GraphQL Path
Per default the graphql endpoint is expected at `/graphql` on the same host as the frontend.
To modify this pass the environment variable API_HOST with the parameter you need.
To modify this pass the environment variable ENDPOINT with the parameter you need.
With a local backend you could start ie the dev server with
`API_HOST=http://localhost:4100/graphql yarn start:dev`
`ENDPOINT=http://localhost:4100/graphql yarn start:dev`
## Used Tools / Libraries