You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -129,7 +129,7 @@ val toggles = listOf(
129
129
instance.start(bootstrap = toggles)
130
130
```
131
131
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.
0 commit comments