diff --git a/backend/config/routes/routes.php b/backend/config/routes/routes.php index 1d8af2f0..5cc0a43d 100644 --- a/backend/config/routes/routes.php +++ b/backend/config/routes/routes.php @@ -30,5 +30,5 @@ ->namePrefix('api_local_'); // internal API routes - $routes->import('@InternalBundle/src', 'attribute'); + $routes->import('@InternalBundle/src/Comms/Controller', 'attribute'); };