Skip to content

Commit a3da0fc

Browse files
authored
Token API redirect patch (#1111)
1 parent 1189ffb commit a3da0fc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

nginx.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,10 +241,10 @@ http {
241241
rewrite ^/docs/en/token-api/monitoring/version/$ https://app.pinax.network/docs/api/getV1Version/ permanent;
242242
rewrite ^/docs/en/token-api/endpoints/pricing/$ https://pinax.network/pricing/api/ permanent;
243243
rewrite ^/docs/en/token-api/endpoints/support/$ https://app.pinax.network/endpoints/ permanent;
244+
rewrite ^/docs/en/token-api/endpoint-pricing/$ https://pinax.network/pricing/api permanent;
245+
rewrite ^/docs/en/token-api/faq/$ https://app.pinax.network/docs/guides/token-api permanent;
244246
rewrite ^/docs/en/token-api/guides/gpt/$ https://app.pinax.network/docs/guides/custom-gpt permanent;
245247
rewrite ^/docs/en/token-api/guides/polymarket/$ https://app.pinax.network/docs/guides/prediction-markets permanent;
246-
rewrite ^/docs/en/token-api/faq/$ https://app.pinax.network/docs/guides/token-api permanent;
247-
rewrite ^/docs/en/ai-suite/token-api/endpoint-pricing/$ https://pinax.network/pricing/api permanent;
248248
rewrite ^/docs/en/ai-suite/token-api-mcp/$ https://app.pinax.network/docs/api/getSkillsMarkdown permanent;
249249
rewrite ^/docs/en/ai-suite/token-api-skills/$ https://app.pinax.network/docs/api/getSkillsMarkdown permanent;
250250

0 commit comments

Comments
 (0)