Skip to content

Commit 605c154

Browse files
committed
Remove unused controllers
1 parent fd2ceac commit 605c154

File tree

4 files changed

+0
-113
lines changed

4 files changed

+0
-113
lines changed

app/Http/Controllers/Server/CredentialsController.php

Lines changed: 0 additions & 48 deletions
This file was deleted.

app/Http/Controllers/Server/FileController.php

Lines changed: 0 additions & 57 deletions
This file was deleted.

app/Http/Controllers/Server/Tasks/ActionController.php

Whitespace-only changes.

routes/server.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,5 @@
66
* This software is licensed under the terms of the MIT license.
77
* https://opensource.org/licenses/MIT
88
*/
9-
Route::get('/credentials', 'CredentialsController@index')->name('server.credentials');
10-
11-
Route::group(['prefix' => '/files'], function () {
12-
Route::get('/{directory?}', 'FileController@index')
13-
->name('server.files')
14-
->where('directory', '.*');
15-
});
16-
179
Route::get('/')->name('server.index');
1810
Route::get('/console')->name('server.console');

0 commit comments

Comments
 (0)