Skip to content

Commit

Permalink
Update src/app.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Paweł Janik <[email protected]>
  • Loading branch information
lera and p-janik authored Sep 23, 2024
1 parent 9080469 commit 2a0dc43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -854,6 +854,7 @@ router.get(

router.post(
"/businesses/:business_id/documents",
fileUpload.single("file"),
safeRequestHandler(businessAPI.postDocument)
);

Expand Down

0 comments on commit 2a0dc43

Please sign in to comment.