mirror of
https://github.com/langgenius/dify.git
synced 2026-02-25 18:55:08 +00:00
- Changed the endpoint for triggering draft workflows from `/trigger/plugin/run` to `/trigger/run` in both backend and frontend to ensure consistency and clarity in the API structure. - Adjusted the URL construction in the `useWorkflowRun` hook to reflect the updated route.