Skip to content

Commit

Permalink
incluse the file process api
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksonkasi1 committed Sep 28, 2024
1 parent 98690d9 commit 205481b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions server/imagepro-file-process/src/routes/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import cmkyRouter from "./pdf-opt/cmky";
import passwordRouter from "./pdf-opt/password";
import grayscaleRouter from "./pdf-opt/grayscale";
import mergeRouter from "./pdf-opt/merge";
import pdfProcessRouter from "./pdf-opt/process";

const router = Router();

Expand All @@ -13,5 +14,7 @@ router.use("/pdf-opt", cmkyRouter);
router.use("/pdf-opt", passwordRouter);
router.use("/pdf-opt", grayscaleRouter);
router.use("/pdf-opt", mergeRouter);
router.use("/pdf-opt", pdfProcessRouter)


export default router;

0 comments on commit 205481b

Please sign in to comment.