Commit Graph

3 Commits

Author SHA1 Message Date
zhi
047f0b8422 feat: add CORS support via CORS_ORIGINS env var
- New CORSMiddleware in server/cors.go
- Reads comma-separated origins from CORS_ORIGINS env
- Empty or "*" allows all origins
- Handles preflight OPTIONS requests
- Wraps existing LoggingMiddleware chain
2026-03-11 10:07:32 +00:00
0c4a1a4d3f x 2026-02-15 08:51:58 +00:00
72843442ac init 2026-02-15 08:49:27 +00:00