Private
Public Access
1
0
Files
data-api/server/server.go
Ask Bjørn Hansen bf27d87891
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
fix: support /api/data/ path prefix as ingress workaround
Requests from the web frontend use /api/data/... paths but the
data-api routes are registered under /api/.... Add a Pre middleware
rewrite rule to strip the /data segment before route matching.
2026-03-18 23:06:05 -07:00

9.2 KiB