Files
orion/main.py
Samir Boulahtit c3bb496a98
Some checks failed
CI / ruff (push) Failing after 8s
CI / pytest (push) Failing after 46s
CI / architecture (push) Failing after 10s
CI / dependency-scanning (push) Successful in 39s
CI / audit (push) Successful in 14s
CI / docs (push) Has been skipped
fix(routes): add explicit redirects for /merchants and /admin without trailing slash
The CMS /{slug} catch-all at root level intercepts these paths before
FastAPI can redirect to the prefixed routers, causing a 404.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-13 00:05:54 +01:00

22 KiB