| @@ -15,7 +15,8 @@ | ||
| 15 | 15 | add_action( 'rest_api_init', function () { |
| 16 | 16 | ( new \ABlocks\API\FormBuilderController() )->register_routes(); |
| 17 | 17 | ( new \ABlocks\API\SearchController() )->register_routes(); |
| 18 | 18 | ( new \ABlocks\API\LoopBuilderController() )->register_routes(); |
| 19 | + ( new \ABlocks\API\PasteController() )->register_routes(); | |
| 19 | 20 | }); |
| 20 | 21 | } |
| 21 | 22 | } |