feat(claim-pre-auth) - fixed route issue

This commit is contained in:
2025-11-04 23:57:02 +05:30
parent 19ab6915e5
commit b21b255394
2 changed files with 3 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ export interface SeleniumPayload {
}[];
}
export async function forwardToSeleniumClaimAgent(
export async function forwardToSeleniumClaimPreAuthAgent(
claimData: any,
files: Express.Multer.File[]
): Promise<any> {