From 09143cdeca365b360a3a654725efb222b79b2184 Mon Sep 17 00:00:00 2001 From: Ale Gallo Date: Wed, 13 Dec 2023 17:38:04 +0100 Subject: [PATCH] API updates minor addition to all-routes --- app/Http/Controllers/RouteController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Http/Controllers/RouteController.php b/app/Http/Controllers/RouteController.php index f382076..0af8f89 100644 --- a/app/Http/Controllers/RouteController.php +++ b/app/Http/Controllers/RouteController.php @@ -26,6 +26,7 @@ class RouteController extends Controller 'id' => $detail->sport_id, 'name_it' => $detail->sport->name_it, 'name_en' => $detail->sport->name_en, + 'duration' => $detail->duration, ]; }