mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-26 18:30:38 +00:00
frontend/backend update
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@
|
||||
*/
|
||||
|
||||
// Get user avatar
|
||||
Route::get('/avatars/{avatar}', 'AppFunctionsController@get_avatar')->name('avatar');
|
||||
Route::get('/avatars/{avatar}', 'FileAccessController@get_avatar')->name('avatar');
|
||||
|
||||
// Index Page
|
||||
Route::get('/{any?}', 'AppFunctionsController@index')->where('any', '.*');
|
||||
Reference in New Issue
Block a user