Skip to content

Commit

Permalink
refactor!: remove unnecessary route subpath
Browse files Browse the repository at this point in the history
  • Loading branch information
iamcrazycoder committed Jun 27, 2023
1 parent 8cd7b16 commit 2b99a14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/ipfs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ router.post("/upload-file", singleFileRequestHandler("content"), uploadFile);
router.put("/pin", pin);
router.put("/unpin", unpin);

export default { basePath: "/ipfs", router };
export default { basePath: "/", router };

0 comments on commit 2b99a14

Please sign in to comment.