fix trigger related api 404

This commit is contained in:
hjlarry 2025-10-06 14:36:07 +08:00
parent d05d11e67f
commit b98c36db48
1 changed files with 2 additions and 0 deletions

View File

@ -127,6 +127,7 @@ from .workspace import (
models,
plugin,
tool_providers,
trigger_providers,
workspace,
)
@ -197,6 +198,7 @@ __all__ = [
"statistic",
"tags",
"tool_providers",
"trigger_providers",
"version",
"website",
"workflow",