Skip to content

Commit

Permalink
fix: app ntf cotton route missing
Browse files Browse the repository at this point in the history
  • Loading branch information
TriptoAfsin committed Sep 16, 2024
1 parent 9e580e4 commit 04cc417
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/routes/web.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ let initWebRoutes = (app) => {
router.get("/app/notes/1/ntf/ntf_silk_flow", appController.ntfSilkFlow);
router.get("/app/notes/1/ntf/ntf_sisal_flow", appController.ntfSisalFlow);
router.get("/app/notes/1/ntf/ntf_hemp_flow", appController.ntfHempFlow);
router.get("/app/notes/1/ntf/ntf_cotton_flow", appController.ntfCottonFlow);
router.get("/app/notes/1/ntf/ntf_palf_flow", appController.ntfPalfFlow);
router.get("/app/notes/1/ntf/ntf_kapok_flow", appController.ntfKapokFlow);
router.get("/app/notes/1/ntf/ntf_asbestos_flow", appController.ntfAsbestosFlow);
Expand Down

0 comments on commit 04cc417

Please sign in to comment.