support workspace billing info

This commit is contained in:
jyong 2025-03-06 17:13:39 +08:00
parent 270718c52f
commit c33d535585

View File

@ -790,10 +790,6 @@ api.add_resource(PublishedWorkflowApi, "/apps/<uuid:app_id>/workflows/publish")
api.add_resource(PublishedAllWorkflowApi, "/apps/<uuid:app_id>/workflows") api.add_resource(PublishedAllWorkflowApi, "/apps/<uuid:app_id>/workflows")
api.add_resource(DefaultBlockConfigsApi, api.add_resource(DefaultBlockConfigsApi,
"/apps/<uuid:app_id>/workflows/default-workflow-block-configs") "/apps/<uuid:app_id>/workflows/default-workflow-block-configs")
api.add_resource(
AdvancedChatDraftRunLoopNodeApi,
"/apps/<uuid:app_id>/advanced-chat/workflows/draft/loop/nodes/<string:node_id>/run",
)
api.add_resource( api.add_resource(
WorkflowDraftRunLoopNodeApi, WorkflowDraftRunLoopNodeApi,
"/apps/<uuid:app_id>/workflows/draft/loop/nodes/<string:node_id>/run", "/apps/<uuid:app_id>/workflows/draft/loop/nodes/<string:node_id>/run",