mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 16:22:14 +00:00
frontend function consolidation part 2
This commit is contained in:
@@ -29,7 +29,7 @@ Route::group(['prefix' => 'browse'], function () {
|
||||
|
||||
Route::post('/shared/authenticate/{shared}', [ServeSharedController::class, 'authenticate']);
|
||||
Route::get('/files/{shared}/public', [ServeSharedController::class, 'file_public']);
|
||||
Route::get('/shared/{token}', [ShareController::class, 'show']);
|
||||
Route::get('/shared/{shared}', [ShareController::class, 'show']);
|
||||
});
|
||||
|
||||
// Private sharing secured by password
|
||||
|
||||
Reference in New Issue
Block a user