mirror of
https://github.com/langgenius/dify.git
synced 2026-05-03 00:48:04 +08:00
add single step run
This commit is contained in:
@ -8,7 +8,7 @@ api = ExternalApi(bp)
|
||||
from . import admin, apikey, extension, feature, setup, version, ping
|
||||
# Import app controllers
|
||||
from .app import (advanced_prompt_template, annotation, app, audio, completion, conversation, generator, message,
|
||||
model_config, site, statistic, workflow, workflow_app_log)
|
||||
model_config, site, statistic, workflow, workflow_run, workflow_app_log)
|
||||
# Import auth controllers
|
||||
from .auth import activate, data_source_oauth, login, oauth
|
||||
# Import billing controllers
|
||||
|
||||
Reference in New Issue
Block a user