Skip to content

Commit 773de31

Browse files
docs: specify frontend API for bootstrapping (#91)
* docs: specify frontend API for bootstrapping --------- Co-authored-by: Melinda Fekete <[email protected]>
1 parent e892c57 commit 773de31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ val toggles = listOf(
129129
instance.start(bootstrap = toggles)
130130
```
131131

132-
Alternatively, you can perform a query against the proxy using your HTTP client of choice and save the output as a json file. Then you can tell Unleash to use this file to setup toggle states.
132+
Alternatively, you can perform a query against the [frontend API](https://docs.getunleash.io/reference/front-end-api) using your HTTP client of choice and save the output as a json file. Then you can tell Unleash to use this file to set up toggle states.
133133

134134
```kotlin
135135
val toggles = File("/tmp/proxyresponse.json")

0 commit comments

Comments
 (0)