Skip to content

Commit 1912ba5

Browse files
authored
Fix broken link in API Playground troubleshooting page (#873)
* fix broken link * copyedit
1 parent c0d0a41 commit 1912ba5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

api-playground/troubleshooting.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,6 @@ If your API pages aren't displaying correctly, check these common configuration
6969
requests, then all of these requests will fail. To fix this, configure your reverse proxy to
7070
allow `POST` requests to the `/api/request` path.
7171

72-
Alternatively, if your reverse proxy prevents you from accepting `POST` requests, you can configure Mintlify to send requests directly to your backend with the `api.playground.proxy` setting in the `docs.json`, as described [here](settings#api-configurations). This will
73-
likely require you to configure CORS on your server, as these requests will now come directly
74-
from your users' browsers.
72+
Alternatively, if your reverse proxy prevents you from accepting `POST` requests, you can configure Mintlify to send requests directly to your backend with the `api.playground.proxy` setting in the `docs.json`, as described in the [settings documentation](/settings#param-proxy). When using this configuration, you will need to configure CORS on your server since requests will come directly from users' browsers rather than through your proxy.
7573
</Accordion>
7674
</AccordionGroup>

0 commit comments

Comments
 (0)