Added few validation in call api

This commit is contained in:
harish
2024-09-13 15:22:43 +05:30
parent 93c9662656
commit 7e2a22c817
12 changed files with 120 additions and 58 deletions

View File

@@ -108,4 +108,5 @@ public class GepafinConstant {
public static final String FLOW_FETCHED_SUCCESSFULLY="flow.fetched.successfully";
public static final String FLOW_ALREADY_EXISTS="flow.already.exists";
public static final String FLOW_REQUEST_NOT_PROPER="flow.request.not.complete";
public static final String FLOW_NOT_FOUND = "flow.not.found";
}