diff --git a/routes/api-remote.php b/routes/api-remote.php index f85f2e8da..7de0494ee 100644 --- a/routes/api-remote.php +++ b/routes/api-remote.php @@ -2,9 +2,6 @@ use Illuminate\Support\Facades\Route; -Route::get('/authenticate/{token}', 'ValidateKeyController@index'); -Route::post('/download-file', 'FileDownloadController@index'); - // Routes for the Wings daemon. Route::post('/sftp/auth', 'SftpAuthenticationController');