mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 09:58:04 +08:00
fix chat
This commit is contained in:
@ -28,7 +28,7 @@ export const singleNodeRun = (appId: string, nodeId: string, params: object) =>
|
||||
}
|
||||
|
||||
export const publishWorkflow = (url: string) => {
|
||||
return post<CommonResponse>(url)
|
||||
return post<CommonResponse & { created_at: number }>(url)
|
||||
}
|
||||
|
||||
export const stopWorkflowRun = (url: string) => {
|
||||
|
||||
Reference in New Issue
Block a user