mirror of
https://github.com/Routstr/routstr-core.git
synced 2026-08-09 02:54:37 +00:00
Tinfoil's proxy server guide only requires /attestation (GET) and /v1/chat/completions + /v1/responses (POST). The .well-known/ path was never requested by Tinfoil and was incorrectly added to: - _API_PATH_PREFIXES (prefix gate) - the unauthenticated GET bypass branch - the Tinfoil integration docs Remove it from all three.