forked from cardosofelipe/pragma-stack
The rewrite was incorrectly configured: - Before: /api/:path* -> http://backend:8000/:path* (strips /api) - After: /api/:path* -> http://backend:8000/api/:path* (preserves /api) This was causing requests to /api/v1/agent-types to be sent to http://backend:8000/v1/agent-types instead of the correct path.
3.0 KiB
Executable File
3.0 KiB
Executable File