mirror of
https://github.com/IT4Change/ohmyform-ui.git
synced 2025-12-12 17:25:51 +00:00
fix development documentation
fixes https://github.com/ohmyform/ui/issues/65
This commit is contained in:
parent
9b275fddd9
commit
5e2596f131
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user