Skip to content

Commit

Permalink
docs: Add missing trailing slash to Edge Proxy example API call (#4477)
Browse files Browse the repository at this point in the history
  • Loading branch information
rolodato authored Aug 12, 2024
1 parent da627a3 commit 50fd9a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/deployment/hosting/locally-edge-proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ domain name and you're good to go. For example, lets say you had your proxy runn
above:
```bash
curl "http://localhost:8000/api/v1/flags" -H "x-environment-key: 95DybY5oJoRNhxPZYLrxk4" | jq
curl "http://localhost:8000/api/v1/flags/" -H "x-environment-key: 95DybY5oJoRNhxPZYLrxk4" | jq

[
{
Expand Down

0 comments on commit 50fd9a8

Please sign in to comment.