From 7e518ddfacc9832d9baaa5ddbc1b3d54ba4bf895 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Rouleau?= <1059139+benface@users.noreply.github.com> Date: Mon, 15 Jun 2026 14:35:59 -0400 Subject: [PATCH] Token API redirect patch --- nginx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nginx.conf b/nginx.conf index 326c7c6bc4ad..0d8fb0a275a1 100644 --- a/nginx.conf +++ b/nginx.conf @@ -241,10 +241,10 @@ http { rewrite ^/docs/en/token-api/monitoring/version/$ https://app.pinax.network/docs/api/getV1Version/ permanent; rewrite ^/docs/en/token-api/endpoints/pricing/$ https://pinax.network/pricing/api/ permanent; rewrite ^/docs/en/token-api/endpoints/support/$ https://app.pinax.network/endpoints/ permanent; + rewrite ^/docs/en/token-api/endpoint-pricing/$ https://pinax.network/pricing/api permanent; + rewrite ^/docs/en/token-api/faq/$ https://app.pinax.network/docs/guides/token-api permanent; rewrite ^/docs/en/token-api/guides/gpt/$ https://app.pinax.network/docs/guides/custom-gpt permanent; rewrite ^/docs/en/token-api/guides/polymarket/$ https://app.pinax.network/docs/guides/prediction-markets permanent; - rewrite ^/docs/en/token-api/faq/$ https://app.pinax.network/docs/guides/token-api permanent; - rewrite ^/docs/en/ai-suite/token-api/endpoint-pricing/$ https://pinax.network/pricing/api permanent; rewrite ^/docs/en/ai-suite/token-api-mcp/$ https://app.pinax.network/docs/api/getSkillsMarkdown permanent; rewrite ^/docs/en/ai-suite/token-api-skills/$ https://app.pinax.network/docs/api/getSkillsMarkdown permanent;