Skip to content

Commit

Permalink
Update web.php
Browse files Browse the repository at this point in the history
  • Loading branch information
PHPJunior committed Jul 26, 2021
1 parent dc69525 commit 5f86b49
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 307 deletions.
32 changes: 0 additions & 32 deletions app/Services/Downloader.php

This file was deleted.

269 changes: 0 additions & 269 deletions app/Services/test.php

This file was deleted.

6 changes: 0 additions & 6 deletions routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@
|
*/

Route::get('/test', function (Request $request) {
$downloader = new \App\Services\Downloader();
$downloader->setSpeed(100);
$downloader->download();
})->name('download');

Route::view('/', 'site.page.home')->name('home');
Route::get('/watch', function (Request $request) {
$video = Video::where('media_id', $request->get('v'))->first();
Expand Down

0 comments on commit 5f86b49

Please sign in to comment.