mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2025-12-30 17:47:20 +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',
|
||||
|
||||
@@ -1,4 +1,10 @@
|
||||
{
|
||||
"1.2.3": [
|
||||
{
|
||||
"description": "Changed order of speedtests table show the latest results first.",
|
||||
"link": ""
|
||||
}
|
||||
],
|
||||
"1.2.2": [
|
||||
{
|
||||
"description": "Added a table of all speedtests",
|
||||
|
||||
@@ -7,7 +7,7 @@ return [
|
||||
|--------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
'version' => '1.2.2',
|
||||
'version' => '1.2.3',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user