Skip to content

Commit 57f7aa1

Browse files
committed
Remove unused routes; closes pterodactyl#2039
1 parent 6e588b3 commit 57f7aa1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

routes/api-remote.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22

33
use Illuminate\Support\Facades\Route;
44

5-
Route::get('/authenticate/{token}', 'ValidateKeyController@index');
6-
Route::post('/download-file', 'FileDownloadController@index');
7-
85
// Routes for the Wings daemon.
96
Route::post('/sftp/auth', 'SftpAuthenticationController');
107

0 commit comments

Comments
 (0)