frontend function consolidation part 2

This commit is contained in:
Peter Papp
2021-03-16 11:53:19 +01:00
parent adbe35e8b5
commit f0e9c80572
17 changed files with 368 additions and 66 deletions

View File

@@ -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