quoter/CHANGELOG.md

11 lines
316 B
Markdown
Raw Permalink Normal View History

2025-06-02 19:20:37 +00:00
## [0.1.1]
- Added application-level CORS middleware using actix-cors
- Configured precise CORS headers and methods for security
- Added root handler for GET requests to "/" endpoint
- Removed CORS configuration from nginx.conf.sigil
- Simplified nginx configuration to pure proxy mode
## [0.1.0]
- inital version