Skip to content

Commit

Permalink
improved request handler
Browse files Browse the repository at this point in the history
  • Loading branch information
jablonskipj committed Nov 11, 2024
1 parent fc22aa3 commit 711138b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -895,7 +895,7 @@ router.post(
router.post(
"/businesses/:business_id/legal_representative",
middlewares.withPerson,
safeRequestHandler(businessesAPI.createBeneficialOwner)
safeRequestHandler(businessesAPI.createLegalRepresentative)
);

router.post(
Expand Down

0 comments on commit 711138b

Please sign in to comment.