Updated endpoint to create flow

This commit is contained in:
rajesh
2024-09-12 19:29:04 +05:30
parent 93c9662656
commit 9938b95c85
9 changed files with 56 additions and 34 deletions

View File

@@ -5,6 +5,8 @@ import lombok.Data;
@Data
public class FlowEdgesRequestBean {
private String id;
private String source;
private String target;

View File

@@ -6,7 +6,7 @@ import org.springframework.security.core.parameters.P;
@Data
public class FlowEdgesResponseBean {
private Long id;
private String id;
private String source;