API updates
minor addition to all-routes
This commit is contained in:
parent
59a466d50f
commit
09143cdeca
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue