From 57f7aa1638f939f310c27317c1094d8b0ef5f105 Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Sun, 17 May 2020 14:20:43 -0700 Subject: [PATCH] Remove unused routes; closes #2039 --- routes/api-remote.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/routes/api-remote.php b/routes/api-remote.php index f85f2e8d..7de0494e 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');