mirror of
https://github.com/langgenius/dify.git
synced 2026-02-23 11:27:57 +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.