From 3c3446543b40bfbe7d1ef5293075cb865f7e50a0 Mon Sep 17 00:00:00 2001 From: Nadil Karunarathna Date: Fri, 20 Feb 2026 14:39:20 +0530 Subject: [PATCH] fix --- backend/config/routes/routes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); };