When I test externally via the RunPod proxy URL, POST requests to /upscale work fine. However, GET requests to other endpoints such as /docs, /health, or even / always return HTTP 404.
Inside the pod, all endpoints (/, /health, /upscale, /docs) work perfectly.
Externally, only /upscale (POST) works.
Any GET endpoints return 404 through the proxy.
Could you clarify if the RunPod proxy only supports certain paths/methods, or if this is a configuration issue on my side? If the proxy is limited, what’s the recommended way to expose all FastAPI endpoints (such as /docs and /health) for external access?