mirror of
https://github.com/sartoopjj/thefeed.git
synced 2026-05-19 07:54:36 +03:00
956856562e
- Implemented /api/cache/clear endpoint to delete all files in the cache directory. - Added tests for cache clear functionality, including cases for empty cache and method not allowed. - Introduced /api/rescan endpoint to trigger a manual rescan of the configured channels. - Added tests for rescan functionality, covering cases for not configured, method not allowed, and successful rescans. - Enhanced server initialization to bootstrap configuration from active profile if config.json is missing.