Remove unused routes; closes #2039

This commit is contained in:
Dane Everitt 2020-05-17 14:20:43 -07:00
parent 6e588b37d3
commit 57f7aa1638
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53

View file

@ -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');