mirror of https://github.com/langgenius/dify.git
feat: add endpoints to __init__.py
This commit is contained in:
parent
b7b5b0b8d0
commit
75c221038d
|
|
@ -19,6 +19,7 @@ from .app import (
|
|||
annotation,
|
||||
app,
|
||||
audio,
|
||||
chatflow_memory,
|
||||
completion,
|
||||
conversation,
|
||||
file,
|
||||
|
|
@ -40,6 +41,7 @@ __all__ = [
|
|||
"annotation",
|
||||
"app",
|
||||
"audio",
|
||||
"chatflow_memory",
|
||||
"completion",
|
||||
"conversation",
|
||||
"dataset",
|
||||
|
|
|
|||
|
|
@ -18,6 +18,7 @@ web_ns = Namespace("web", description="Web application API operations", path="/"
|
|||
from . import (
|
||||
app,
|
||||
audio,
|
||||
chatflow_memory,
|
||||
completion,
|
||||
conversation,
|
||||
feature,
|
||||
|
|
@ -39,6 +40,7 @@ __all__ = [
|
|||
"app",
|
||||
"audio",
|
||||
"bp",
|
||||
"chatflow_memory",
|
||||
"completion",
|
||||
"conversation",
|
||||
"feature",
|
||||
|
|
|
|||
Loading…
Reference in New Issue