| | |
| | | if (Features::forSite()->has('feed_block')) { |
| | | require(JVB_DIR . '/inc/rest/routes/FeedRoutes.php'); |
| | | } |
| | | if (Features::forSite()->has('magicLink')) { |
| | | require(JVB_DIR . '/inc/rest/routes/MagicLinkRoutes.php'); |
| | | } |
| | | if (Features::forSite()->has('favourites')) { |
| | | require(JVB_DIR . '/inc/rest/routes/FavouritesRoutes.php'); |
| | | } |
| | |
| | | require(JVB_DIR . '/inc/rest/routes/ApprovalRoutes.php'); |
| | | } |
| | | |
| | | if (Features::hasIntegration('square')) { |
| | | require(JVB_DIR . '/inc/rest/routes/IntegrationsSquareRoutes.php'); |
| | | } |
| | | |
| | | require(JVB_DIR .'/inc/rest/routes/OptionsRoutes.php'); |
| | | require(JVB_DIR .'/inc/rest/routes/FormRoutes.php'); |
| | | require(JVB_DIR .'/inc/rest/routes/IntegrationsRoutes.php'); |