Skip to content

Commit 766bf5d

Browse files
authored
Update api-playground/troubleshooting.mdx
1 parent c17ad00 commit 766bf5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api-playground/troubleshooting.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ 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](https://mintlify.com/docs/settings#param-proxy). This will
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`. See [Settings](settings#param-proxy) for more information. This will
7373
likely require you to configure CORS on your server, as these requests will now come directly
7474
from your users' browsers.
7575
</Accordion>

0 commit comments

Comments
 (0)