dify/api/controllers/console/app
盐粒 Yanli c8ed584c0e
fix: adding a restore API for version control on workflow draft (#33582)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
2026-03-20 14:54:23 +08:00
..
__init__.py
advanced_prompt_template.py
agent.py
annotation.py
app_import.py
app.py refactor(api): move workflow knowledge nodes and trigger nodes (#33445) 2026-03-15 15:24:59 +08:00
audio.py
completion.py
conversation_variables.py
conversation.py
error.py
generator.py
mcp_server.py fix: sync workflow description and name to MCP server on update (#33637) 2026-03-18 19:04:45 +08:00
message.py refactor: use EnumText for MessageFeedback and MessageFile columns (#33738) 2026-03-20 01:13:26 +09:00
model_config.py
ops_trace.py
site.py
statistic.py
workflow_app_log.py
workflow_draft_variable.py chore: change draft var to user scoped (#33066) 2026-03-16 14:04:41 +08:00
workflow_run.py
workflow_statistic.py
workflow_trigger.py
workflow.py fix: adding a restore API for version control on workflow draft (#33582) 2026-03-20 14:54:23 +08:00
wraps.py