mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2026-01-03 19:44:52 +01:00
Updated site to newest version
Changed order of speedtests table
This commit is contained in:
@@ -14,7 +14,8 @@ class SpeedtestController extends Controller
|
||||
{
|
||||
public function index()
|
||||
{
|
||||
$data = Speedtest::paginate();
|
||||
$data = Speedtest::orderBy('id', 'desc')
|
||||
->paginate();
|
||||
|
||||
return response()->json([
|
||||
'method' => 'index of speedtests',
|
||||
|
||||
Reference in New Issue
Block a user