mirror of
https://github.com/langgenius/dify.git
synced 2026-05-21 17:20:25 +08:00
- Added exception handling for `get_subscription_by_endpoint` to return a 404 response when the plugin is not found and a 500 response for other errors. - Improved overall robustness of the subscription retrieval process.