mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-24 08:57:31 +08:00
* feat: Refactor delete_multiple_flows endpoint to use DELETE method The code changes modify the `delete_multiple_flows` endpoint in the `flows.py` file. The endpoint was previously using the `POST` method, but it has been refactored to use the `DELETE` method instead. This change aligns with RESTful API conventions and improves the clarity and consistency of the codebase. Note: The commit message has been generated based on the provided code changes and recent commits. * Refactor delete_multiple_flows endpoint to use DELETE method * Refactor delete_multiple_flows endpoint to use DELETE method * ♻️ (index.ts): refactor deleteBatch function to use data field instead of params for batch deletion --------- Co-authored-by: cristhianzl <cristhian.lousa@gmail.com>