Skip to content

Commit ce96e1f

Browse files
authored
fix:workflow builder (#1438)
1 parent 3ed8667 commit ce96e1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

keep-ui/app/workflows/builder/builder.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ function Builder({
142142

143143
const addWorkflow = () => {
144144
const apiUrl = getApiURL();
145-
const url = `${apiUrl}/workflows`;
145+
const url = `${apiUrl}/workflows/json`;
146146
const method = "POST";
147147
const headers = {
148148
"Content-Type": "text/html",

0 commit comments

Comments
 (0)