mirror of
https://github.com/githubhjs/CLIProxyAPIPlus.git
synced 2026-07-12 09:35:16 +00:00
db1119dd78
AMP CLI requests /threads.rss at the root level, but the AMP module only registered routes under /api/*. This caused a 404 error during AMP CLI startup. Add the missing root-level route with the same security middleware (noCORS, optional localhost restriction) as other management routes.