mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 06:43:45 +02:00
Improve filemanager, get first level folders listing
This commit is contained in:
@@ -7,3 +7,9 @@
|
||||
* https://opensource.org/licenses/MIT
|
||||
*/
|
||||
Route::get('/credentials', 'CredentialsController@index')->name('server.credentials');
|
||||
|
||||
Route::group(['prefix' => '/files'], function () {
|
||||
Route::get('/{directory?}', 'FileController@index')
|
||||
->name('server.files')
|
||||
->where('directory', '.*');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user