mirror of
https://github.com/langgenius/dify.git
synced 2026-02-26 03:05:12 +00: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.