mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-05 18:23:48 +00:00
V 1.1 Beta
This commit is contained in:
@@ -11,9 +11,8 @@
|
||||
|
|
||||
*/
|
||||
|
||||
// Get File
|
||||
Route::get('/avatars/{avatar}', 'FileManagerController@get_avatar')->name('avatar');
|
||||
// Get user avatar
|
||||
Route::get('/avatars/{avatar}', 'AppFunctionsController@get_avatar')->name('avatar');
|
||||
|
||||
|
||||
// Landing Page
|
||||
Route::get('/', 'PrivateCloud\FileManagerController@index');
|
||||
// Index Page
|
||||
Route::get('/{any?}', 'AppFunctionsController@index')->where('any', '.*');
|
||||
Reference in New Issue
Block a user