We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef96303 commit 0a07827Copy full SHA for 0a07827
routes/v1/index.js
@@ -12,6 +12,7 @@ router.use('/ppp', require('./ppp/ppp_profile_print'));
12
router.use('/ppp', require('./ppp/ppp_disabled_user_print'));
13
router.use('/ppp', require('./ppp/ppp_secret_print'));
14
router.use('/ppp', require('./ppp/ppp_selected_user_details_print'));
15
+router.use('/ppp', require('./ppp/ppp_enable_user_print'));
16
17
18
module.exports = router;
0 commit comments