mirror of
https://github.com/langgenius/dify.git
synced 2026-04-26 21:55:58 +08:00
add workflow api for installed app & web api & service api
This commit is contained in:
@ -6,4 +6,4 @@ bp = Blueprint('web', __name__, url_prefix='/api')
|
||||
api = ExternalApi(bp)
|
||||
|
||||
|
||||
from . import app, audio, completion, conversation, file, message, passport, saved_message, site
|
||||
from . import app, audio, completion, conversation, file, message, passport, saved_message, site, workflow
|
||||
|
||||
Reference in New Issue
Block a user