summaryrefslogtreecommitdiff
path: root/internal/api/server_test.go
AgeCommit message (Collapse)Author
2026-05-09internal/api: panic early in NewServerWithLogger if Config is nilPaul Buetow
Prevents nil dereference panics in handlers that unconditionally access s.cfg (share, media, auth). Fail-fast at wiring time matches project convention.