eligibility check - checkpoint1

This commit is contained in:
2025-07-14 18:12:21 +05:30
parent de94e4cbb6
commit bbd7a0089f
15 changed files with 637 additions and 160 deletions

View File

@@ -12,7 +12,7 @@ export interface SeleniumPayload {
}[];
}
export async function forwardToSeleniumAgent(
export async function forwardToSeleniumClaimAgent(
claimData: any,
files: Express.Multer.File[]
): Promise<any> {
@@ -37,7 +37,7 @@ export async function forwardToSeleniumAgent(
};
const result = await axios.post(
"http://localhost:5002/start-workflow",
"http://localhost:5002/claimsubmit",
payload
);
if (result.data.status === "error") {