Skip to content

Commit db37ef7

Browse files
committed
Remove endpoint
1 parent b7846b0 commit db37ef7

File tree

2 files changed

+0
-59
lines changed

2 files changed

+0
-59
lines changed

app/Http/Controllers/Api/V0/GetLatestController.php

Lines changed: 0 additions & 47 deletions
This file was deleted.

routes/api.php

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?php
22

3-
use App\Http\Controllers\Api\V0\GetLatestController;
43
use Illuminate\Support\Facades\Route;
54

65
/**
@@ -12,17 +11,6 @@
1211
]);
1312
})->name('healthcheck');
1413

15-
/**
16-
* This route provides backwards compatibility from https://github.com/henrywhitaker3/Speedtest-Tracker
17-
* for Homepage and Organizr dashboards which expects the returned
18-
* download and upload values in mbits.
19-
*
20-
* @deprecated
21-
*/
22-
Route::get('/speedtest/latest', GetLatestController::class)
23-
->middleware('accept-json')
24-
->name('speedtest.latest');
25-
2614
Route::middleware(['auth:sanctum', 'throttle:api', 'accept-json'])->group(function () {
2715
require __DIR__.'/api/v1/routes.php';
2816
});

0 commit comments

Comments
 (0)