mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-29 11:15:58 +00:00
frontend update
This commit is contained in:
@@ -25,6 +25,10 @@ Route::group(['middleware' => ['auth:api', 'auth.shared', 'auth.master', 'scope:
|
||||
Route::get('/file/{name}', 'FileAccessController@get_file')->name('file');
|
||||
});
|
||||
|
||||
Route::group(['middleware' => ['auth:api', 'auth.master', 'scope:master']], function () {
|
||||
Route::get('/invoice/{token}', 'Admin\InvoiceController@show');
|
||||
});
|
||||
|
||||
// Pages
|
||||
Route::get('/shared/{token}', 'Sharing\FileSharingController@index');
|
||||
Route::get('/{any?}', 'AppFunctionsController@index')->where('any', '.*');
|
||||
|
||||
Reference in New Issue
Block a user