mirror of
https://github.com/langgenius/dify.git
synced 2026-03-22 23:08:03 +08:00
feat: plugin call dify
This commit is contained in:
@ -5,5 +5,5 @@ from libs.external_api import ExternalApi
|
||||
bp = Blueprint('inner_api', __name__, url_prefix='/inner/api')
|
||||
api = ExternalApi(bp)
|
||||
|
||||
from .plugin import plugin
|
||||
from .workspace import workspace
|
||||
|
||||
|
||||
Reference in New Issue
Block a user