Skip to content

Commit

Permalink
docs: Update ApiRequest in how-to guide for proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasheartman committed Apr 13, 2022
1 parent ecbae41 commit 6a71c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/how-to/how-to-run-the-unleash-proxy.mdx
Expand Up @@ -105,4 +105,4 @@ app.listen(port, () =>

When the proxy process has started up correctly, you can start querying its `/proxy` endpoint. If it's running correctly, you'll get back a JSON object with a list of toggles. The list may be empty if you haven't added any toggles for the corresponding project/environment yet.

<ApiRequest verb="get" url="api/admin/projects/<project-id>/features" title="Request toggles from the Unleash Proxy"/>
<ApiRequest verb="get" url="proxy" endpointType="proxy" title="Request toggles from the Unleash Proxy"/>

0 comments on commit 6a71c27

Please sign in to comment.