Skip to content

Commit

Permalink
chore: remove trailing full stop.
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasheartman committed Feb 9, 2022
1 parent 986d628 commit 0b69e17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/sdks/unleash-proxy.md
Expand Up @@ -168,7 +168,7 @@ Refer the [custom activation strategy documentation](../advanced/custom-activati

The Unleash Proxy has a very simple API. It takes the [Unleash Context](../user_guide/unleash_context) as input and will return the feature toggles relevant for that specific context.

![The Unleash Proxy](/img/The-Unleash-Proxy-API.png).
![The Unleash Proxy](/img/The-Unleash-Proxy-API.png)

### Payload

Expand Down

3 comments on commit 0b69e17

@maxjakob
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@thomasheartman I think the path in this diagram needs to be updated. It currently says GET /toggles but I believe it should be GET /proxy judging from how the latest unleashorg/unleash-proxy image works.

@thomasheartman
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@thomasheartman I think the path in this diagram needs to be updated. It currently says GET /toggles but I believe it should be GET /proxy judging from how the latest unleashorg/unleash-proxy image works.

@maxjakob Thanks; I think you're perfectly right there! Let me see what I can do. @NicolaeUnleash, do you want to take a stab at creating a new diagram for this? ☺️

@nicolaesocaciu
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@thomasheartman yes, i will fix it

Please sign in to comment.