Add time method to TvController and update routes to include time endpoint for TV functionality.
This commit is contained in:
@@ -11,4 +11,9 @@ class TvController extends Controller
|
||||
{
|
||||
return inertia()->render('Client/Tv/Index');
|
||||
}
|
||||
|
||||
public function time()
|
||||
{
|
||||
return inertia()->render('Client/Tv/Time');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user