'torrent' ], function() { Route::get('/{uuid?}', UploadHandler::class)->name('torrent.upload'); Route::post('/', StoreHandler::class)->name('torrent.store'); Route::get('download/{uuid}', DownloadHandler::class)->name('torrent.download'); });