|
@@ -147,7 +147,7 @@ export const flowEnd = flowId => {
|
|
|
return $post("/api/admin/flow/end", { flowId });
|
|
|
};
|
|
|
export const flowDelete = id => {
|
|
|
- return $postParam("/api/admin/flow/enable", { id });
|
|
|
+ return $post("/api/admin/flow/enable", { id });
|
|
|
};
|
|
|
export const flowRegister = (datas, headers) => {
|
|
|
return $post("/api/admin/flow/register", datas, { headers });
|