fix(web): remove redundant nginx /api/ proxy block (GRO-477) #229

Closed
groombook-engineer[bot] wants to merge 2 commits from fix/gro-474-remove-nginx-api-proxy into main

2 Commits

Author SHA1 Message Date
Paperclip ddd93f4092 fix(web): remove redundant nginx /api/ proxy block
API routing is handled exclusively by HTTPRoute in K8s. The nginx
/api/ proxy block was never hit in those environments and creates
architectural confusion.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-04-05 10:03:22 +00:00
Paperclip dc77b0440a fix(api): remove duplicate authProviderRouter registration
The authProviderRouter was registered twice at /admin/auth-provider in
apps/api/src/index.ts. The second registration is a no-op but creates
confusion. Remove the duplicate line.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-04-04 23:13:06 +00:00