Skip to content

Commit

Permalink
mw problem fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
arn-ob committed Dec 22, 2020
1 parent ef96303 commit 0a07827
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions routes/v1/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ router.use('/ppp', require('./ppp/ppp_profile_print'));
router.use('/ppp', require('./ppp/ppp_disabled_user_print'));
router.use('/ppp', require('./ppp/ppp_secret_print'));
router.use('/ppp', require('./ppp/ppp_selected_user_details_print'));
router.use('/ppp', require('./ppp/ppp_enable_user_print'));


module.exports = router;

0 comments on commit 0a07827

Please sign in to comment.