protected sharing update

This commit is contained in:
carodej
2020-04-24 12:50:11 +02:00
parent c4b26d70b5
commit 586f0bba68
22 changed files with 446 additions and 164 deletions

View File

@@ -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', '.*');