mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-22 17:32:14 +00:00
protected sharing update
This commit is contained in:
@@ -14,5 +14,8 @@
|
||||
// Get user avatar
|
||||
Route::get('/avatars/{avatar}', 'FileAccessController@get_avatar')->name('avatar');
|
||||
|
||||
// Get shared page
|
||||
Route::get('/shared/{token}', 'Sharing\FileSharingController@index');
|
||||
|
||||
// Index Page
|
||||
Route::get('/{any?}', 'AppFunctionsController@index')->where('any', '.*');
|
||||
Reference in New Issue
Block a user