3 Commits

Author SHA1 Message Date
21bc679ac6 Revert "fix CORS headers"
This reverts commit fe83bd5b71.
2025-11-14 19:31:31 +00:00
fe83bd5b71 fix CORS headers 2025-11-14 19:07:11 +00:00
aba3909038 Add reverse proxy boilerplate with configuration management
- Introduced the main entry point `main.go` with basic configuration loading and error handling.
- Added `config` package to handle environment variables, help printing, and default settings.
- Configured required dependencies in `go.mod` and included their checksums in `go.sum`.
- Created `.gitignore` file for common Go development scenarios.
2025-08-19 16:45:48 +01:00