| | |
| | | //if (Site::has('feed_block')) { |
| | | require(JVB_DIR . '/inc/rest/routes/FeedRoutes.php'); |
| | | //} |
| | | //if (Site::has('magicLink')) { |
| | | //if (Site::has('magic_link')) { |
| | | // require(JVB_DIR . '/inc/rest/routes/MagicLinkRoutes.php'); |
| | | //} |
| | | //if (Site::has('favourites')) { |
| | |
| | | //if (Site::has('referrals')) { |
| | | require(JVB_DIR . '/inc/rest/routes/ReferralRoutes.php'); |
| | | //} |
| | | //if (!empty(Registrar::getFeatured('has_responses'))) { |
| | | //if (!empty(Registrar::withFeature('has_responses'))) { |
| | | require(JVB_DIR . '/inc/rest/routes/ResponseRoutes.php'); |
| | | //} |
| | | |
| | | //if (!empty(Registrar::getFeatured('karma'))) { |
| | | //if (!empty(Registrar::withFeature('karma'))) { |
| | | require(JVB_DIR . '/inc/rest/routes/VoteRoutes.php'); |
| | | //} |
| | | |