Remove unused routes; closes #2039
This commit is contained in:
parent
6e588b37d3
commit
57f7aa1638
1 changed files with 0 additions and 3 deletions
|
@ -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');
|
||||
|
||||
|
|
Loading…
Reference in a new issue